| getContactFrequency | R Documentation |
Retrieve contact frequency from .hic file using strawR package.
getContactFrequency(fname, chr, resol)
fname |
.hic data for any types of genome conformation capture data |
chr |
Chromosome number of network extraction |
resol |
DNA basepair Resolution. Default=10000 |
Get Contact Frequncy from .hic file
A data.frame containing three columns: x and y (genomic coordinate pairs), and counts (the contact frequency between them).
Sora Yoon, PhD
myhic=system.file('extdata', 'example.hic', package ='HiCocietyExample')
A = getContactFrequency(myhic,19,5000)
head(print(A))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.