Description Usage Arguments Value References See Also Examples
View source: R/utils_exports.R
Will create 2 files, 1 for + strand (*_forward.wig) and 1 for - strand (*_reverse.wig). If all files are * stranded, will output 1 file. Can be direct input for ucsc browser or IGV
1 | export.wiggle(x, file)
|
x |
A GRangesList, GAlignment GAlignmentPairs with score column. Will be converted to 5' end position of original range. If score column does not exist, will group ranges and give replicates as score column. |
file |
a character path to valid output file name |
invisible(NULL) (File is saved as 2 .wig files)
https://genome.ucsc.edu/goldenPath/help/wiggle.html
Other utils:
bedToGR()
,
convertToOneBasedRanges()
,
export.bed12()
,
fimport()
,
findFa()
,
fread.bed()
,
optimizeReads()
,
readBam()
,
readWig()
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.