Description Usage Arguments Value
Get a tibble with scaled counts using TMM
1 2 3 4 5 6 7 8 | get_scaled_counts_bulk(
.data,
.sample = NULL,
.transcript = NULL,
.abundance = NULL,
method = "TMM",
reference_sample = NULL
)
|
.data |
A tibble |
.sample |
The name of the sample column |
.transcript |
The name of the transcript/gene column |
.abundance |
The name of the transcript/gene abundance column |
method |
A character string. The scaling method passed to the backend function (i.e., edgeR::calcNormFactors; "TMM","TMMwsp","RLE","upperquartile") |
reference_sample |
A character string. The name of the reference sample. If NULL the sample with highest total read count will be selected as reference. |
A tibble including additional columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.