View source: R/percentile_cor.R
percentile_expr | R Documentation |
For each of the isoforms in the single-cell data set, the function calculates percentile values using cell type-level expression values, providing an estimate of the expression distribution shown by a particular isoform in each of the cell types.
percentile_expr(data, id_table, percentile_no = 10, 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 |
percentile_no |
Integer indicating the number of percentiles to generate for each of the cell types. Should always be higher than 4 (quantiles) and lower than 100 (percentiles). Defaults to 10. |
isoform_col |
When a tibble is provided in |
A tibble
containing one column of percentile-
summarized expression values per input transcript
in data
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.