View source: R/loadContaminantsFasta.R
load_universal_contaminants_2024 | R Documentation |
These sequences are downloaded from here https://github.com/HaoGroup-ProtContLib/Protein-Contaminant-Libraries-for-DDA-and-DIA-Proteomics
load_universal_contaminants_2024(noHuman = FALSE)
noHuman |
should human contaminants be excluded? default FALSE |
list with contaminant sequences
#library(prozor)
cont <- load_universal_contaminants_2024()
length(cont)
contNH <- load_universal_contaminants_2024(noHuman = TRUE)
length(contNH)
#example how to create a protein db with decoy sequences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.