gtf2tximport: Function to convert GTF to tximport.geneid2symbol and...

gtf2tximportR Documentation

Function to convert GTF to tximport.geneid2symbol and tximport.genes

Description

Function to convert GTF to tximport.geneid2symbol and tximport.genes

Usage

gtf2tximport(
  gtf = NULL,
  outprefix = "tximport",
  use_remote_genecode = FALSE,
  version = 38
)

Arguments

gtf

GTF path (e.g. GENECODE v34)

Examples

 {
  gtf2tximport("gencode.v38.annotation.gtf")
  gtf2tximport("tximport.genes", use_remote_genecode = TRUE)

clindet/clinaml documentation built on Jan. 3, 2023, 6:13 a.m.