Description Usage Arguments Value Author(s) Examples
Parses gff3 file into genes, transcripts and exons.
1 |
filegff |
Input file in GFF3 format |
fileg |
Filename for output: genes |
filet |
Filename for output: transcripts |
filee |
Filename for output: exons |
nofiles |
Flag: just optput list, no files |
List with elements "genes", "transcripts", "exons" with appropriate tables.
Michal Okoniewski, Anna Lesniewska
1 2 3 4 | # if (xmapConnected())
# {
# parseGff3("Athaliana.gff3")
# }
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.