load_hic_genbed | R Documentation |
Load Hi-C data in BED format
load_hic_genbed( file_path, type, norm, genome, sample = NULL, resol = NULL, chrom = NULL, score_col = 7L, bootstrap = 1L )
resol |
An integer for the resolution. If |
score_col |
Specify which column represents cofrag scores. Default is 7 (the 7th column). |
bootstrap |
If multiple bootstrap records exist, only return results for specified bootstrap iterations. If NULL, results for all bootstrap iterations will be retunred. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.