Description Usage Arguments Details Value
View source: R/otherFunctions.R
Export myGRs with all annotations in tab-delimited text files.
1 2 3 4 5 | writeTablesFromMyGRsAndAnnot(
myGRAndAttributes,
outputDirectory,
useOriginalNarrowPeak = F
)
|
myGRAndAttributes |
Should be the output of createMyGRs or createMyGRsUsingSimpleOverlap |
outputDirectory |
a path to a folder where will be written the text files. |
useOriginalNarrowPeak |
logical to specify if instead of the coordinates in myGRAndAttributes which are by default the summit +/-150bp. You want the original coordinates as in the input (default is F). |
The coordinates are 1-based closed.
Does not return anything but write 2 files into the 'outputDirectory': Ref_table.txt Set_table.txt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.