ComputeSummaryStatistics | R Documentation |
Summary statistics are computed for all samples (or cells).
ComputeSummaryStatistics(
data,
pairs = Findno4sUPairs(data),
coldata = FALSE,
do.bootstrap = FALSE,
seed = 1337
)
data |
a grandR object |
pairs |
a no4sU pairs list as generated by Findno4sUPairs |
coldata |
if TRUE, add the coldata table |
do.bootstrap |
if TRUE, also report standard errors of the 4sU dropout estimated via bootstrapping |
seed |
the seed for the random number generator for bootstrapping |
a table of summary statistics including:
Mean LFC: the mean absolute log2 fold change of each sample vs the corresponding 4sU naive sample
4sU dropout: the estimated 4sU dropout percentage
p.conv: The 4sU incorporation frequency estimated by GRAND-SLAM
Frction labelled: the global NTR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.