Description Usage Arguments Value Author(s)
validate standard RNA-seq data: counts, design, metrics, and summary files.
1 2 3 | validate_library_frame(counts, design, metrics = NULL, summary = NULL,
countsField = "colnames", designField = "libid",
metricsField = "libid", summaryField = "libid")
|
counts |
counts dataframe |
design |
design dataframe |
metrics |
metrics dataframe (optional) |
summary |
summary dataframe (optional) |
countsField |
counts library field - usually column names |
designField |
design library field - either the row names, or a column in the dataframe |
metricsField |
metrics library field - either the row names, or a column in the dataframe |
summaryField |
metrics library field - either the row names, or a column in the dataframe |
boolean
Scott R Presnell, SPresnell@benaroyaresearch.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.