get_pairs_from_gtf | R Documentation |
This function creates a features pair file from a GTF file
get_pairs_from_gtf(gtfFile, outFile, forceOverwrite = FALSE)
gtfFile |
Path to the input GTF file |
outFile |
Path to the output features pair file, if not provided the output will be gtfFile.pairs |
forceOverwrite |
If output file exists, overwrite the existing file. (default FALSE) |
Path to the generated features pair file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.