C# Класс FlagUniqueKmers.KmerChecker

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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