View source: R/gi_list2HTClist.R
gi_list2HTClist | R Documentation |
This function converts a gi_list instance into a HTClist instance compatible for use with the R Bioconductor package HiTC https://bioconductor.org/packages/HiTC/
gi_list2HTClist(gi_list, chrs = NULL)
gi_list |
List of |
chrs |
select a subset of chromosomes' e.g.,
c('chr21','chr22'). Defaults to chromosomes in |
a HTClist instance compatible for use with HiTC
gi_list<-generate_binned_gi_list(50e3,chrs=c('chr22')) gi_list<-add_hic_counts(gi_list, hic_path<-system.file("extdata", "GSE63525_HMEC_combined_example.hic", package = "HiCDCPlus")) htc_list<-gi_list2HTClist(gi_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.