Import 3dg file from Hickit output to a GRangesList Object
import3dg(
filenames,
comment.char = "#",
...,
parental_postfix = c("(pat)", "(mat)")
)
Vector of character. The 3dg file names of output of Hickit
parameters pass to rea.delim.
the postfix of chromosome names. Default is c("(pat)", "(mat)"). For hickit, it maybe c('a', 'b').
An object of GRangesList
f3dg <- system.file('extdata', 'GSE162511',
'GSM4382149_cortex-p001-cb_001.20k.1.clean.3dg.txt.gz',
package='geomeTriD.documentation')
xyz <- import3dg(f3dg)