summarize_polya_per_transcript | R Documentation |
Summarize poly(A) data per transcript
summarize_polya_per_transcript(
polya_data,
groupBy = NULL,
transcript_id_column = transcript,
summary_functions = list("median", "mean"),
quantiles = NA
)
polya_data |
input table with poly(A) data. |
transcript_id_column |
column with transcript identifier. Default to "transcript" |
summary_functions |
list of summary functions. Set to NA to get only counts per transcript |
quantiles |
vector with quantile values (optional) |
summary_factors |
vector of grouping columns. Set to NULL to omit grouping |
a tibble with summarized poly(A) length data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.