generateTargTable: Make a target table for adductomicsR quantificaton using...

Description Usage Arguments Value Examples

View source: R/generateTargTable.R

Description

Make a target table for adductomicsR quantificaton using specSimPep results

Usage

1
generateTargTable(allresultsFile = NULL, csvDir = NULL)

Arguments

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

Value

cvs file

Examples

1
2
generateTargTable(paste0(system.file("extdata",package="adductomicsR"),
'/allResults_ALVLIAFAQYLQQCPFEDHVK_example.csv'),csvDir=getwd())

adductomicsR documentation built on Nov. 8, 2020, 4:49 p.m.