Description Usage Arguments Value Examples
View source: R/process_files.r
Import GTF file.
1 | import_GTF(file, genes_only = TRUE)
|
file |
file path for gtf file |
genes_only |
if true, only return the entries annotated as "gene" |
A data frame containing all the genes from gtf_file
1 | import_GTF("~/file.gtf")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.