Thanks, I will try.
• 2 views
•
link
I am trying this workflow: "RNA-Seq Data Pathway and Gene-set Analysis Workflows Weijun Luo" but on S. pombe and not human data. In part 3.2 it starts with:
library(TxDb.Hsapiens.UCSC.hg19.knownGene)
I need help with finding the corresponding package for S. pombe instead of TxDb.Hsapiens.UCSC.hg19.knownGene
Cheers,
Parham
No such package exists. You can make your own TranscriptDB object with the GenomicFeatures package.
Log in to answer this question.