Description Usage Arguments Value Examples
Select and/or rename sample and/or group names
1 2 3 4 5 6 7 8 9 10 11 |
m |
a metagene object |
select_samples |
regex or list of regex(es) for samples to select |
remove_samples |
regex or list of regex(es) for samples to remove |
select_groups |
regex or list of regex(es) for groups to remove |
remove_groups |
regex or list of regex(es) for groups to remove |
rename_samples |
a regexes and substitute string, default is substitute is empty |
rename_groups |
a regexes and substitute string, default is substitute is empty |
verbose |
report changes to stdout |
a tibble with columns, rel_pos, value, sample, group, and name, where name is the id column of the metagene object regions, usually col4 of the bed file used to create the object.
1 2 | fname <- system.file("extdata", "matrix_grouped.gz", package = "RMetaTools")
m <- load_deeptoolsmatrix3_new(fname)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.