C# Class FlagUniqueKmers.KmerChecker

Afficher le fichier Open project: Illumina/canvas Class Usage Examples

Méthodes publiques

Méthode Description
Main ( string fastaPath, string outputPath ) : void

Private Methods

Méthode Description
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

Method Details

Main() public méthode

public Main ( string fastaPath, string outputPath ) : void
fastaPath string
outputPath string
Résultat void