Description Usage Arguments Value Format of HiC contact-matrix file See Also Examples
Reads Hi-C Contact Data from File
1 2 3 4 5 6 7 |
file |
The pathname of a normalize Hi-C contact matrix file stored as a whitespace-delimited file. See below for details. Also a gzip-compressed file can be used. |
chr, binSize |
If the file contains a count matrix without bin annotation, the latter is created from these parameters. |
debug |
If |
... |
Arguments passed to |
A list with elements bins
(an N-by-4 data.frame) and
counts
(N-by-N matrix).
The contact-matrix file should be a whitespace-delimited text file with
neither row names nor column names. The content should be a N-by-(3+N)
table where the first three columns correspond to chr
(string),
from.coord
(integer position), and to.coord
(integer position).
These column defines the genomic location of the N Hi-C bins (in order).
The last N columns should contain normalized contact counts (float) such
that element (r,3+c) in this table corresponds to count (r,c) in the
normalized contact matrix.
If an N-by-(4+N) table, then the first column is assumed to contain an
id
(integer), and everything else as above.
Example:
1 2 3 4 5 |
TopDom.
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.