# NOT RUN {
# Download functional and taxonmical annotation db: https://zenodo.org/record/3997093#.X0UYI6Zb_mE
meta99_full_taxo <- read.csv2("full_taxonomy_MetaHIT99.tsv", header= TRUE, sep="\t")
kegg_db <- read.csv2("hs_9_9_igc_vs_kegg89.table", header = TRUE, sep = "\t")
# Files with spectral abundance and proteins list from X!Tandempipeline
protein_file <- "your/specific/location/protein_list.txt"
peptide_file <- "your/specific/location/peptide_counting.txt"
metadata_file <- "your/location/metadata.csv"
metaproteome_origin <- load_protspeps(protein_file, peptide_file, metadata_file)
SCsgp_species <- crumble_taxonomy(SC_subgroups, "species")
SCsgp_species_annot <- add_kegg(
SCsgp_species,
kegg_db,
meta99_full_taxo,
metaproteome_origin,
protein_file,
peptide_file,
text_to_filter = "HUMAN"
)
# }
Run the code above in your browser using DataLab