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