StockholmAlignment-1.1.2: Libary for Stockholm aligmnent format
Bio.StockholmDraw
Description
Functions for visualising Stockholm alignments
drawStockholmLines :: Int -> Double -> Vector (Int, Vector (Colour Double)) -> StockholmAlignment -> QDiagram Cairo V2 Double Any Source #
drawStockholm :: Int -> StockholmAlignment -> QDiagram Cairo V2 Double Any Source #
convertWUSStoDotBracket :: Text -> Text Source #
extractGapfreeStructure :: String -> String -> String Source #
extractGapfreeIndexedStructure :: String -> String -> [(Int, Char)] Source #
isGap :: Char -> Bool Source #