C# Class CSMSL.IO.FastaReader

Inheritance: IDisposable
Show file Open project: dbaileychess/CSMSL Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FastaReader ( string fileName, char delimiter = '>' ) : System
NumberOfEntries ( string filePath, char delimiter = '>' ) : int
ReadNextFasta ( ) : IEnumerable
ReadNextProtein ( ) : IEnumerable
ToString ( ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FastaReader() public method

public FastaReader ( string fileName, char delimiter = '>' ) : System
fileName string
delimiter char
return System

NumberOfEntries() public static method

public static NumberOfEntries ( string filePath, char delimiter = '>' ) : int
filePath string
delimiter char
return int

ReadNextFasta() public method

public ReadNextFasta ( ) : IEnumerable
return IEnumerable

ReadNextProtein() public method

public ReadNextProtein ( ) : IEnumerable
return IEnumerable

ToString() public method

public ToString ( ) : string
return string