Get the peak list with blank samples' peaks removed
Usage
getbgremove(
xset,
method = "medret",
intensity = "into",
file = NULL,
rsdcf = 30,
inscf = 1000
)
Examples
if (FALSE) { # \dontrun{
library(faahKO)
cdfpath <- system.file("cdf", package = "faahKO")
xset <- getdata(cdfpath, pmethod = ' ')
getbgremove(xset)
} # }