R/loadContaminantsFasta.R
loadContaminantsFasta2021.Rd
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) #> [1] 499 contNH <- loadContaminantsFasta2021() length(contNH) #> [1] 499 #example how to create a protein db with decoy sequences