Learn R Programming

proteoQC (version 1.8.2)

print.msQCres: Print the information of msQCres object

Description

Print the information of msQCres object

Usage

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

Arguments

x
A msQCres object
...
Additional parameters

Examples

Run this code
zpqc <- system.file("extdata/qc.zip", package = "proteoQC")
unzip(zpqc)
qcres <- loadmsQCres("./qc")
print.msQCres(qcres)

Run the code above in your browser using DataLab