View source: R/add_hicpro_matrix_counts.R
add_hicpro_matrix_counts | R Documentation |
This function converts HiC-Pro matrix and bed outputs into a gi_list instance.
add_hicpro_matrix_counts( gi_list, absfile_path, matrixfile_path, chrs = NULL, add_inter = FALSE )
gi_list |
valid, uniformly binned gi_list instance.
See |
absfile_path |
absfile BED out of HiC-Pro (e.g., 'rawdata_10000_abs.bed') |
matrixfile_path |
matrix count file out of HiC-Pro (e.g., 'rawdata_10000.matrix') |
chrs |
a subset of chromosomes' e.g., c('chr21','chr22'). Defaults
to all chromosomes in the |
add_inter |
Interchromosomal interaction counts added as a 1D feature
named 'inter' on regions metadata handle of each gi_list element (e.g.,
|
gi_list
instance with counts on the metadata (e.g.,
mcols(gi_list[[1]])
handle on each list element, and 'inter' on
regions metadata handle of each element if add_inter=TRUE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.