Description Usage Arguments Value Examples
Produce a weitrix of proportions between 0 and 1. The input is read counts at a collection of features in a collection of samples. The features need to be grouped, for example by gene. The proportions will add to 1 within each group.
1 | counts_proportions(counts, grouping, verbose = TRUE)
|
counts |
A matrix of read counts. Rows are peaks and columns are samples. |
grouping |
A data frame defining the grouping of features.
Should have a column "group" naming the group and
a column "name" naming the feature
(corresponding to |
verbose |
If TRUE, output some debugging and progress information. |
A SummarizedExperiment object with metadata fields marking it as a weitrix.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.