Description Usage Arguments Details Value Author(s) Examples
View source: R/import_gencode.R
Returns all supported fields in GTF file
1 | available_gencode_fields(file, level = "gene")
|
file |
the input GTF file |
level |
level of the annotation (e.g. gene, transcript, exon, the third column in GTF file) |
These fields are stored in the 9th column in the GTF file.
A vector of available fields.
Zuguang Gu <z.gu@dkfz.de>
1 2 3 4 5 6 7 8 | ## Not run:
download.file("ftp://ftp.sanger.ac.uk/pub/gencode/Gencode_human/release_19/gencode.v19.annotation.gtf.gz",
destfile = "gencode.v19.annotation.gtf.gz")
available_gencode_fields("gencode.v19.annotation.gtf.gz", level = "gene")
available_gencode_fields("gencode.v19.annotation.gtf.gz", level = "transcript")
## End(Not run)
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.