View source: R/inspectDataset.R
readdepth | R Documentation |
Get read depth summary statistics for each group or for all samples
readdepth(dataset = NULL, factor = NULL, individual = F, all = F)
dataset |
(Optional) MicroVis dataset (mvdata object). If not specified, defaults to active dataset. |
factor |
(Optional) Factor along which samples will be grouped |
individual |
(Optional) Whether to return read depths for each individual sample. Defaults to FALSE |
all |
(Optional) Whether to calculate read depth statistics for all the samples as one group |
Dataframe of read depth statistics including min, max, median, and mean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.