# NOT RUN {
# From a given "metaproteome_object" add the taxonomic classification
metaproteome <- load_protspeps(proteins_file, peptides_file, metadata_file)
metaproteome_taxo <- add_taxonomy(metaproteome, meta99_full_taxo)
# Organize proteomics data by peptides OR subgroups OR groups
SC_specific_peptides <- getsc_specific(metaproteome_taxo, 'sc_specific_peptides')
SC_specific_groups <- getsc_specific(metaproteome_taxo, 'sc_groups')
SC_specific_subgroups <- getsc_specific(metaproteome_taxo, 'sc_subgroups')
# }
Run the code above in your browser using DataLab