View source: R/loadContaminantsFasta.R
load_special_prot_2024 | R Documentation |
load special prot
load_special_prot_2024(noHuman = FALSE)
noHuman |
should human contaminants be excluded? default FALSE |
list with contaminant sequences
#library(prozor)
cont <- load_special_prot_2024()
length(cont)
contNH <- load_special_prot_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.