readBigWig {ORFik} | R Documentation |
Given 2 bigWig files (.bw, .bigWig), first is forward second is reverse. Merge them and return as GRanges object. If they contain name reverse and forward, first and second order does not matter, it will search for forward and reverse.
readBigWig(path, chrStyle = NULL)
path |
a character path to two .bigWig files, or a data.table with 2 columns, (forward, filepath) and reverse, only 1 row. |
chrStyle |
a GRanges object, TxDb, FaFile,
or a |
a GRanges
object of the file/s
Other utils:
bedToGR()
,
convertToOneBasedRanges()
,
export.bed12()
,
export.bigWig()
,
export.wiggle()
,
fimport()
,
findFa()
,
fread.bed()
,
optimizeReads()
,
readBam()
,
readWig()