fasta-0.10.4.0: A simple, mindless parser for fasta files.

Safe HaskellSafe
LanguageHaskell98

Data.Fasta.String.Utility

Description

Collects all helpful random functions.

Synopsis

Documentation

getField :: Int -> Char -> FastaSequence -> String Source #

Gets a 1 indexed field from the header of a fasta sequence using a certain delimiter.

compl :: FastaSequence -> FastaSequence Source #

Gets the complement of the sequence.

revCompl :: FastaSequence -> FastaSequence Source #

Gets the reverse complement of the sequence.