gtf2tximport | R Documentation |
Function to convert GTF to tximport.geneid2symbol and tximport.genes
gtf2tximport( gtf = NULL, outprefix = "tximport", use_remote_genecode = FALSE, version = 38 )
gtf |
GTF path (e.g. GENECODE v34) |
{ gtf2tximport("gencode.v38.annotation.gtf") gtf2tximport("tximport.genes", use_remote_genecode = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.