Learn R Programming

enviGCMS (version 0.7.1)

getbgremove: Get the peak list with blank samples' peaks removed

Description

Get the peak list with blank samples' peaks removed

Usage

getbgremove(
  xset,
  method = "medret",
  intensity = "into",
  file = NULL,
  rsdcf = 30,
  inscf = 1000
)

Value

diff report

Arguments

xset

the xcmsset object with blank and certain group samples' data

method

parameter for groupval function

intensity

parameter for groupval function

file

file name for further annotation, default NULL

rsdcf

rsd cutoff for peaks, default 30

inscf

intensity cutoff for peaks, default 1000

Examples

Run this code
if (FALSE) {
library(faahKO)
cdfpath <- system.file("cdf", package = "faahKO")
xset <- getdata(cdfpath, pmethod = ' ')
getbgremove(xset)
}

Run the code above in your browser using DataLab