print.msQCres: Print the information of msQCres object

Description Usage Arguments Author(s) Examples

View source: R/msQC.R

Description

Print the information of msQCres object

Usage

1
2
## S3 method for class 'msQCres'
print(x, ...)

Arguments

x

A msQCres object

...

Additional parameters

Author(s)

Laurent Gatto lg390@cam.ac.uk, Bo Wen wenbo@genomics.cn

Examples

1
2
3
4
zpqc <- system.file("extdata/qc.zip", package = "proteoQC")
unzip(zpqc)
qcres <- loadmsQCres("./qc")
print.msQCres(qcres)

proteoQC documentation built on Oct. 31, 2019, 3:20 a.m.