discoDesignSummary | R Documentation |
Using sample times and biological sample Ids, constructs a summary table of the number of total samples at each timepoint and additionally summarizes the number of replicates for each biological sample.
discoDesignSummary(Metadata)
Metadata |
data.frame of sample data, usually generated by
using |
A table where the first row summarizes the number of datapoints for each timepoint and other cells indicate the number of technical replicates for a given biological sample.
discoParseMeta
# import example data Metadata <- SummarizedExperiment::colData(discoGetSimu(TRUE)) # Summarize the experiment design discoDesignSummary(Metadata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.