Expand description
A high-performance Rust library for parsing, filtering, and manipulating multiplexed isobaric data that has been quantified using the Census algorithm
Modules§
Structs§
- Dataset
- Container for proteomics data read from a Census version file
- Error
- Error that may occur during parsing of a Census file
- Filter
- Provides filtering functionality on datasets and proteins
- Parser
- Peptide
- Peptide-level TMT quantification data
- Protein
- Protein-level TMT quantification data, as well as additional metadata about the protein that is output in the Census file
Enums§
- Peptide
Filter - Peptide-level filter
- Protein
Filter - Protein-level filter
Functions§
- read_
census - Parse a string containing a complete census file into a
Dataset