BiobaseMAF-0.5.0.0: Multiple Alignment Format

Biobase.MAF.Import

Description

The importer for MAF files.

The importer is in enumerator form. In case of large alignments, move computations into an iteratee.

Synopsis

Documentation

eneeMAF :: Monad m => Enumeratee ByteString [Either MAF Alignment] m aSource

Transforms a ByteString stream into a stream of Either MAF Alignment.