View source: R/gi_list_validate.R
gi_list_validate | R Documentation |
This function validates a gi_list instance.
gi_list_validate(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) |
invisible value if the gi_list instance is valid. Otherwise, an error is raised.
gi_list<-generate_binned_gi_list(1e6,chrs='chr22') gi_list_validate(gi_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.