sampleDepth(collapsedFull, probs = c(0.5, 1), scalefac = 32, ...)
length(probs) == 1
) with the library size depth
adjustments per sample to be used in makeModels. The number of rows
corresponds to the number of quantiles used for the sample adjustments.## Collapse the coverage information
collapsedFull <- collapseFullCoverage(list(genomeData$coverage),
verbose=TRUE)
## Calculate library size adjustments
sampleDepths <- sampleDepth(collapsedFull, probs=c(0.5, 1), verbose=TRUE)
sampleDepths
Run the code above in your browser using DataLab