Description Usage Arguments Value Examples
Collects info from metagene object into a single tibble.
1 |
m |
a metagene object |
... |
other arguments, currently ignored |
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 3 | fname <- system.file("extdata", "matrix_grouped.gz", package = "RMetaTools")
m <- load_deeptoolsmatrix3_new(fname)
to_tibble(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.