C# 클래스 CSMSL.IO.FastaReader

상속: IDisposable
파일 보기 프로젝트 열기: dbaileychess/CSMSL 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FastaReader ( string fileName, char delimiter = '>' ) : System
NumberOfEntries ( string filePath, char delimiter = '>' ) : int
ReadNextFasta ( ) : IEnumerable
ReadNextProtein ( ) : IEnumerable
ToString ( ) : string

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FastaReader() 공개 메소드

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

NumberOfEntries() 공개 정적인 메소드

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

ReadNextFasta() 공개 메소드

public ReadNextFasta ( ) : IEnumerable
리턴 IEnumerable

ReadNextProtein() 공개 메소드

public ReadNextProtein ( ) : IEnumerable
리턴 IEnumerable

ToString() 공개 메소드

public ToString ( ) : string
리턴 string