loadContaminantsFGCZ2022: load list of contaminant sequences FGCZ 2022

View source: R/loadContaminantsFasta.R

loadContaminantsFGCZ2022R Documentation

load list of contaminant sequences FGCZ 2022

Description

load list of contaminant sequences FGCZ 2022

Usage

loadContaminantsFGCZ2022(noHuman = FALSE)

Arguments

noHuman

should human contaminants be excluded? default FALSE

Value

list with contaminant sequences

Examples

#library(prozor)
cont <- loadContaminantsFGCZ2022()
length(cont)
contNH <- loadContaminantsFGCZ2022(noHuman = TRUE)
length(contNH)
#example how to create a protein db with decoy sequences

protViz/prozor documentation built on Oct. 17, 2023, 6:39 p.m.