View source: R/utils_imports.R
readWig | R Documentation |
Given 2 wig files, 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.
readWig(path, chrStyle = NULL)
path |
a character path to two .wig files, or a data.table with 2 columns, (forward, filepath) and reverse, only 1 row. |
chrStyle |
a GRanges object, TxDb, FaFile,
, a |
a GRanges
object of the file/s
Other utils:
bedToGR()
,
convertToOneBasedRanges()
,
export.bed12()
,
export.bigWig()
,
export.fstwig()
,
export.wiggle()
,
fimport()
,
findFa()
,
fread.bed()
,
optimizeReads()
,
readBam()
,
readBigWig()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.