powered by
Retrieve contact frequency from .hic file using strawR package.
getContactFrequency(fname, chr, resol)
A data.frame containing three columns: x and y (genomic coordinate pairs), and counts (the contact frequency between them).
data.frame
x
y
counts
.hic data for any types of genome conformation capture data
Chromosome number of network extraction
DNA basepair Resolution. Default=10000
Sora Yoon, PhD
Get Contact Frequncy from .hic file
myhic=system.file('extdata', 'example.hic', package ='HiCocietyExample') A = getContactFrequency(myhic,19,5000) head(print(A))
Run the code above in your browser using DataLab