Description Usage Arguments Value Examples
View source: R/deltaCaptureC.R
This function takes a data frame giving chr, start, end and count for experimental replicates and returns the size factors for each of the replicates for use in normalization
1 | getSizeFactorsDF(countsDF)
|
countsDF |
A data frame whose first three columns are chr, start and end, and whose remaining columns are count data for experimental replicates |
The size factors for the columns of countsDF
1 | sf = getSizeFactorsDF(miniSEDF)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.