plotrsd: plot the rsd influnces of data in different groups
Description
plot the rsd influnces of data in different groups
Usage
plotrsd(list, ms = c(100, 800), inscf = 5, rsdcf = 100,
imputation = "l", ...)
Arguments
list
list with data as peaks list, mz, rt and group information
ms
the mass range to plot the data
inscf
Log intensity cutoff for peaks across samples. If any peaks show a intensity higher than the cutoff in any samples, this peaks would not be filtered. default 5
rsdcf
the rsd cutoff of all peaks in all group
imputation
parameters for `getimputation` function method
...
other parameters for `plot` function
Examples
Run this code# NOT RUN {
data(list)
plotrsd(list)
# }
Run the code above in your browser using DataLab