tiny_v1_path <- system.file("extdata", "gencode.v1.example.gtf.gz", package = "GencoDymo2")
tiny_v2_path <- system.file("extdata", "gencode.v2.example.gtf.gz", package = "GencoDymo2")
gtf1 <- load_file(tiny_v1_path)
head(gtf1)
gtf2 <- load_file(tiny_v2_path)
head(gtf2)
Run the code above in your browser using DataLab