met.UpdateData | R Documentation |
met.UpdateData
updates the mSet object after removing features or samples. This step is included in the data preparation workflow met.read_data
.
met.UpdateData(
mSetObj = NA,
filt.feat = c(""),
filt.smpl = c(""),
filt.grp = c("")
)
mSetObj |
Enter the name of the created mSet object (see |
filt.feat |
(Character vector) Enter the names of features (compounds) to remove from the dataset. |
filt.smpl |
(Character vector) Enter the names of samples to remove from the dataset. |
filt.grp |
(Character vector) Enter the names of groups (conditions) to remove from the dataset. |
Nicolas T. Wirth mail.nicowirth@gmail.com Technical University of Denmark License: GNU GPL (>= 2)
adapted from UpdateData
(https://github.com/xia-lab/MetaboAnalystR).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.