View source: R/Functions_extract_EICs.R
rawEICm | R Documentation |
EICs from an xcmsRaw object, modified version of xcms::rawEIC xcmsRaw method. Major difference: Handling of cases where no scan is in rt range. xcms::rawEIC also drops the last scan within range, rawEICm does not.
rawEICm( object, mzrange = numeric(), rtrange = numeric(), scanrange = numeric(), viewermode = T )
object |
xcmsRaw object |
mzrange |
a range of m/z values (numeric(2)). |
rtrange |
a range of rt values (numeric(2)). |
scanrange |
a range of scan number values (numeric(2)). |
viewermode |
True to change handling of out of range rt values for the Mseek viewer. DEPRECATED (always used) |
a list with elements scan
and intensity
, representing intensity for an m/z range across scans
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.