detect_low_expression | R Documentation |
Filter isoforms by absolute expression level across cell types
detect_low_expression(
data,
id_table,
mean_counts = 10,
median_counts = NULL,
expressed_only = TRUE,
isoform_col = NULL
)
data |
A data.frame or tibble object including isoforms as rows and cells as columns. Isoform IDs can be included as row names (data.frame) or as an additional column (tibble). |
id_table |
A data frame including two columns named |
mean_counts |
A numeric value indicating the mean expression threshold used to flag an isoform as lowly expressed. Defaults to 10 counts, i.e. all isoforms with mean expression below 10 counts in all cell types will be reported as lowly expressed. |
median_counts |
A numeric value supplying a median expression threshold.
If provided, will override |
expressed_only |
Logical. When |
isoform_col |
When a tibble is provided in |
A tibble
containing two columns, the first one including
transcript IDs, and the second containing logical values specifying whether
the isoform was flagged as lowly expressed (considering the provided mean
or median expression threshold).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.