C# 클래스 FlagUniqueKmers.KmerChecker

파일 보기 프로젝트 열기: Illumina/canvas 1 사용 예제들

공개 메소드들

메소드 설명
Main ( string fastaPath, string outputPath ) : void

비공개 메소드들

메소드 설명
GetKeyForKmer ( string kmer ) : string

Return the key for this kmer: - null, if it contains Ns - otherwise, compress both the string and its reverse complement to a short (more memory-efficient) string, and return the first of the two.

ProcessOneChromosome ( SequencingFiles.GenericRead fastaEntry, int chromosomeIndex ) : void
WriteOutputs ( string fastaPath, string outputPath ) : void

메소드 상세

Main() 공개 메소드

public Main ( string fastaPath, string outputPath ) : void
fastaPath string
outputPath string
리턴 void