Description Usage Arguments Details Value Author(s) See Also Examples
Binning of 'C' contact map
1 2 |
x |
object that inherits from class |
binsize |
size of the bin to consider for windowing |
bin.adjust |
logical; adjust the size of the bin to the size of the genomic region |
upa |
logical; unique primer assignment. Allow one primer to belong to one or several bins |
method |
the method used to combine the counts. Must be ‘mean’, ‘median’ or ‘sum’ |
use.zero |
logical; use the zero values in the |
step |
numeric; binning step size in |
optimize.by |
"speed" will use faster methods but more RAM, and "memory" will be slower, but require less RAM |
bin.adjust
allows to work with bins of exactly the same size. Otherwise,
the last bin is usually smaller than the others.
This function aims at changing the resolution of both 5C or Hi-C
data. In case of 5C data (i.e. raw, not binned data), the contacts between all
pairs of primers will be summarized per genomic bins (the median of all
pairwise primers is usually used). In case of binned data
(as Hi-C maps), the function can generate smaller resolution maps by
aggregating bins. For instance, going from a 40kb resolution to a 1Mb
resolution.
The method
is used to combine the counts in a bin, must be ‘mean’, ‘median’ or ‘sum’.
The step
parameter allows to choose the overlap between the
bins. A step
of 2 means a 50% overlap between two bins, a step
of 3 means a 60% overlap between two bins, etc.
An HTCexp-class
object with binned intraction data. In this
case, the genomic intervals are converted into bins of fixed size.
The contact matrix is symetric.
N. Servant, B. Lajoie
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.