## the data
library("RnaSeqTutorial")
## get the example file
library(curl)
curl_download(paste0("https://microasp.upsc.se/root/upscb-public/raw/",
"master/tutorial/easyRNASeq/Drosophila_melanogaster.BDGP5.77.with-chr.gtf.gz"),
"Drosophila_melanogaster.BDGP5.77.with-chr.gtf.gz")
## create the AnnotParam
annotParam <- AnnotParam(
datasource="Drosophila_melanogaster.BDGP5.77.with-chr.gtf.gz",
type="gtf")
## create the synthetic transcripts
annotParam <- createSyntheticTranscripts(annotParam,verbose=FALSE)
Run the code above in your browser using DataLab