convertGtfToGff | R Documentation |
convertGtfToGff
converts an annotation file from
the GTF format into the GFF format which is required
by the package DEXSeq
. Input file name and the
name of the file to be generated are both given as
function parameters. The conversion is done by a python
script that is given by the content of DEXSEQ_PREPARE
which is taken from the result of function
lGetPyScriptPaths
convertGtfToGff(psGtfFile, psGffFile)
psGtfFile |
name of the GTF annotation file |
psGffFile |
name of the GFF file to be generated |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.