View source: R/gi_list_topdom.R
gi_list_topdom | R Documentation |
This function converts a gi_list instance with ICE normalized counts
into TAD annotations through an implementation of TopDom v0.0.2
(https://github.com/HenrikBengtsson/TopDom) adapted as
TopDom
at this package. If you're using this function, please cite
TopDom according to the documentation at
https://github.com/HenrikBengtsson/TopDom/blob/0.0.2/docs/
gi_list_topdom( gi_list, chrs = NULL, file_out = FALSE, fpath = NULL, window.size = 5, verbose = FALSE )
gi_list |
List of |
chrs |
select a subset of chromosomes' e.g.,
c('chr21','chr22'). Defaults to chromosomes in |
file_out |
If true, outputs TAD annotations into files with paths
beginning with |
fpath |
Outputs TAD annotations into files with paths beginning
in |
window.size |
integer, number of bins to extend. Defaults to 5. |
verbose |
TRUE if you would like to troubleshoot TopDom. |
a list instance with TAD annotation reporting for each chromosome
hic_path<-system.file("extdata", "GSE63525_HMEC_combined_example.hic", package = "HiCDCPlus") gi_list<-hic2icenorm_gi_list(hic_path,binsize=50e3,chrs='chr22') tads<-gi_list_topdom(gi_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.