bbea.changeAnnotation: Convert analytes to peptides in the bbeaR object created...

Description Usage Arguments Author(s) Examples

View source: R/bbea.changeAnnotation.R

Description

Replace analyte numbers with peptide names using an annotation file

Usage

1
changeAnnotation(bbea.obj, annotation, newNameCol="Peptide", AnalyteCol="Analyte")

Arguments

bbea.obj

bbeaR dataset

annotation

annotation mapping between analytes and peptides

Author(s)

Maria Suprun, Randall J. Ellis, Mayte Suárez-Fariñas

Examples

1
2
3
4
5
data(Egg)
bbeaEgg <- bbea.changeAnnotation(bbea.obj = bbeaEgg, 
                              annotation = AnnotEgg,
                              newNameCol = "Peptide", 
                              AnalyteCol = "Analyte")

msuprun/bbeaR documentation built on Jan. 31, 2021, 6:49 p.m.