ComputeSummaryStatistics {grandR}R Documentation

Compute summary statistics

Description

Summary statistics are computed for all samples (or cells).

Usage

ComputeSummaryStatistics(
  data,
  pairs = Findno4sUPairs(data),
  coldata = FALSE,
  do.bootstrap = FALSE,
  seed = 1337
)

Arguments

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

Value

a table of summary statistics including:


[Package grandR version 0.2.5 Index]