generateTargTable {adductomicsR} | R Documentation |
Make a target table for adductomicsR quantificaton using specSimPep results
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
generateTargTable(paste0(system.file("extdata",package="adductomicsR"), '/allResults_ALVLIAFAQYLQQCPFEDHVK_example.csv'),csvDir=getwd())