Learn R Programming

prozor (version 0.3.1)

loadContaminantsFasta2021: load list of contaminant sequences FGCZ 2021

Description

load list of contaminant sequences FGCZ 2021

Usage

loadContaminantsFasta2021(noHuman = FALSE)

Arguments

noHuman

should human contaminants be excluded? default FALSE

Value

list with contaminant sequences

Examples

Run this code
# NOT RUN {
#library(prozor)
cont <- loadContaminantsFasta2021()
length(cont)
contNH <- loadContaminantsFasta2021()
length(contNH)
#example how to create a protein db with decoy sequences
# }

Run the code above in your browser using DataLab