R/plotmzrt.R
gifmr.Rd
plot scatter plot for rt-mz profile and output gif file for multiple groups
gifmr(
list,
ms = c(100, 500),
rsdcf = 30,
inscf = 5,
imputation = "i",
name = "test",
...
)
list with data as peaks list, mz, rt and group information
the mass range to plot the data
the rsd cutoff of all peaks in all group
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
parameters for `getimputation` function method
file name for gif file, default test
parameters for `plot` function
gif file
if (FALSE) {
data(list)
gifmr(list)
}