bnbc-package | R Documentation |
Tools to normalize (several) Hi-C data from replicates.
The DESCRIPTION file:
This package was not yet installed at build time.
Index: This package was not yet installed at build time.
The package implements the bnbc method for normalizing Hi-C data across
samples. The name is short for band-wise normalization and batch
correction. The main workhorse is the bnbc
function. We recommend
using smoothing and library size normalization first.
The package implements the ContactGroup
class for storing
multiple Hi-C contact matrices. This is most naturally done with one
object per chromosome, which is ugly.
We also have functions for applying over a ContactGroup
(cgApply
) and working with matrix bands band, getBandIdx
.
NA
Maintainer: NA
Fletez-Brant et al. Distance-dependent between-sample normalization for Hi-C experiments. In preparation.
bnbc
, ContactGroup
, band
,
cgApply
.
data(cgEx)
batches <- colData(cgEx)$Batch
cgEx.cpm <- logCPM(cgEx)
cgEx.smooth <- boxSmoother(cgEx, 5, mc.cores=1)
cgEx.bnbc <- bnbc(cgEx.smooth, batches, 1e7, 4e4, bstart=2, nbands=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.