Description Usage Arguments Value Examples
View source: R/generateTargTable.R
Make a target table for adductomicsR quantificaton using specSimPep results
1 | generateTargTable(allresultsFile = NULL, csvDir = NULL)
|
allresultsFile |
character a full path to the allResults file generated by specSimPepId |
csvDir |
character a full path to a directory to save the csv file to output is a csv file called targTable.csv which can be used in the adductQuant function |
cvs file
1 2 | generateTargTable(paste0(system.file("extdata",package="adductomicsR"),
'/allResults_ALVLIAFAQYLQQCPFEDHVK_example.csv'),csvDir=getwd())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.