Description Usage Arguments Author(s) Examples
View source: R/bbea.changeAnnotation.R
Replace analyte numbers with peptide names using an annotation file
1 | changeAnnotation(bbea.obj, annotation, newNameCol="Peptide", AnalyteCol="Analyte")
|
bbea.obj |
bbeaR dataset |
annotation |
annotation mapping between analytes and peptides |
Maria Suprun, Randall J. Ellis, Mayte Suárez-Fariñas
1 2 3 4 5 | data(Egg)
bbeaEgg <- bbea.changeAnnotation(bbea.obj = bbeaEgg,
annotation = AnnotEgg,
newNameCol = "Peptide",
AnalyteCol = "Analyte")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.