generateTargTable {adductomicsR}R Documentation

Make a target table for adductomicsR quantificaton using specSimPep results

Description

Make a target table for adductomicsR quantificaton using specSimPep results

Usage

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

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

[Package adductomicsR version 1.0.0 Index]