census-proteomics 0.3.3

Rust library for working with proteomics data quantified by the Census algorithm
Documentation
{
    "peptide_filters": [
        {
            "ChannelIntensity": [
                1,
                1000
            ]
        },
        {
            "TotalIntensityChannels": [
                [1, 2],
                1000000
            ]
        },
        {
            "ChannelCV": [
                [
                    1,
                    2,
                    3,
                    4
                ],
                0.2
            ]
        },
        {
            "TotalIntensity": 5000
        },
        {
            "Purity": 0.9
        },
        "Unique",
        "Tryptic"
    ],
    "protein_filters": []
}