View source: R/DEGGs_core_functions.R
tidy_metadata | R Documentation |
Tidying up of the metadata table. Samples belonging to unwanted subgroups (if specified) will be removed as well as subgroups with less than five samples, and NAs.
tidy_metadata(subgroups, metadata, subgroup_variable)
subgroups |
optional character vector indicating which subgroups
are used for comparison. If not specified, all subgroups in
|
metadata |
a data frame of sample data with rownames matching the
sample IDs in |
subgroup_variable |
column name in |
tidied and aligned metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.