writeGTF | R Documentation |
Function to export GenomicRanges to GTF format
writeGTF(x, source = "ATAC-peakset", peakID, filename)
x |
GenomicRanges object to export |
source |
String to identify the source of peaks in GTF file. Default="ATAC-peakset" |
peakID |
String or string vector to identify unique peaks. Will be set as 'gene_id' in gtf file and concatenated with row number of each peak. |
filename |
String of path to export gtf file (should end in .gtf) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.