CandidateSearch 1.1.2
Proof-of-concept implementation of a search engine that uses sparse matrix multiplication to identify the best peptide candidates for a given mass spectrum.
|
Classes | |
class | DatabaseReader |
Reader class to read a fasta file. | |
class | MGFReader |
Reader class to read mgf files. | |
class | Peptide |
Simplified peptide class that stores peptide/peptidoform information. More... | |
class | Result |
Result class to transform and store the returned integer array of VectorSearch. More... | |
class | Settings |
Settings for digestion, ion calculation and VectorSearch. More... | |
class | SettingsReader |
Reader class to read a settings file. | |
class | Spectrum |
Simplified spectrum class implemention of a mass spectrum. More... | |