getSizeFactorsDF {deltaCaptureC} | R Documentation |
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
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
sf = getSizeFactorsDF(miniSEDF)