bio-0.4.4: A bioinformatics librarySource codeContentsIndex
Bio.Alignment.PSL
Description

This models the PSL format used by e.g. the alignment tool BLAT. It is a simple, textual representation of (spliced) alignments, with tab-separated fields.

See http:genome.ucsc.eduFAQFAQformat#format2 for details.

Documentation
data PSL Source
Constructors
PSL
match :: Int
mismatch :: Int
repmatch :: Int
ncount :: Int
qgapcount :: Int
qgaplength :: Int
tgapcount :: Int
tgaplength :: Int
strand :: ByteString
qname :: ByteString
qsize :: Int
qstart :: Int
qend :: Int
tname :: ByteString
tsize :: Int
tstart :: Int
tend :: Int
blockcount :: Int
blocksizes :: [Int]
qstarts :: [Int]
tstarts :: [Int]
show/hide Instances
readPSL :: FilePath -> IO [PSL]Source
writePSL :: FilePath -> [PSL] -> IO ()Source
parsePSL :: ByteString -> [PSL]Source
unparsePSL :: [PSL] -> ByteStringSource
Produced by Haddock version 2.6.1