getP,purityD-method | R Documentation |
output peak list for a purityD object
## S4 method for signature 'purityD'
getP(x)
x |
object; purityD object |
peaks
datapth <- system.file("extdata", "dims", "mzML", package="msPurityData")
inDF <- Getfiles(datapth, pattern=".mzML", check = FALSE, cStrt = FALSE)
ppDIMS <- purityD(fileList=inDF, cores=1, mzML=TRUE)
peaks <- getP(ppDIMS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.