Description Usage Arguments Value
Identify variable genes for dimensionality reduction
1 2 3 4 5 6 7 8 | keep_variable_transcripts(
.data,
.sample = NULL,
.transcript = NULL,
.abundance = NULL,
top = 500,
log_transform = TRUE
)
|
.data |
A tibble |
.sample |
A character name of the sample column |
.transcript |
A character name of the transcript/gene column |
.abundance |
A character name of the read count column |
top |
An integer. How many top genes to select |
log_transform |
A boolean, whether the value should be log-transformed (e.g., TRUE for RNA sequencing data) |
A tibble filtered genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.