pr_tables: pr_tables

Description Usage Arguments Value Examples

View source: R/AnnoMass.R

Description

exports the points to plot precision-recall curves and number_assigned_proteins agains precision in convenient form of 2 data.frames. see ?plot.prAM

Usage

1
pr_tables(AM,output)

Arguments

AM

AnnoMass object. Result of function analyze.MSfile

ouput

character; saves the tables in 2 files - recall_output and assigned_proteins_output

Value

invisible list of data.frames

Examples

1
2
3
4
5
file1<-system.file("extdata","Data_Fig_1a.txt",package="MetaMass")
file1

res1<-analyze.MSfile(MSfile=file1,Metadata=c("Christoforou"),output="res1",markers=c(3:5))
pr_tables(res1,output="prtables.txt")

stuchly/MetaMass documentation built on Nov. 14, 2019, 10:58 p.m.