View source: R/gi_list_binsize_detect.R
gi_list_binsize_detect | R Documentation |
This function finds the bin size of a uniformly binned valid gi_list instance in bp. It raises an error if the gi_list instance is not uniformly binned.
gi_list_binsize_detect(gi_list)
gi_list |
gi_list object to be verified. In order to pass without errors,
a gi_list object (1) has to be a list of InteractionSet::GInteractions
objects,(2) each list element has to be named as chromosomes and only contain
intra-chromosomal interaction information,
(3) |
uniform binsize in base pairs or an error if the gi_list instance is not uniformly binned.
gi_list<-generate_binned_gi_list(1e6,chrs='chr22') gi_list_binsize_detect(gi_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.