Description Usage Arguments Details Value Examples
calcLDSizeFactors
takes a loops object computes size
factors based for each sample
1 2 3 4 | calcLDSizeFactors(dlo)
## S4 method for signature 'loops'
calcLDSizeFactors(dlo)
|
dlo |
A loops object with unnormalized size factors |
This function updates the loops
object with new
sizeFactor
values for
each sample in the colData
slot using a method identical to that
employed in DESeq2.
A loops object with new size factors in colData
1 2 3 4 | # Computing normalizing factors from the full ChIA-PET Data
rda<-paste(system.file('rda',package='diffloop'),'loops.small.rda',sep='/')
load(rda)
loops.small <- calcLDSizeFactors(loops.small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.