| get_all_chr_names | R Documentation |
It retrieves all chromosome names having longer than 2.5Mbp.
get_all_chr_names(fname)
fname |
Path to .hic file |
To extract all chromosome names from .hic file
A character vector containing the names of chromosomes whose genomic lengths exceed 2.5 Mbp.
Sora Yoon, PhD
myhic=system.file('extdata', 'example.hic', package ='HiCocietyExample')
get_all_chr_names(myhic)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.