get mRNAs by TxDb
1
0
Entering edit mode
6.7 years ago
hasani.iut6 ▴ 60

Hi everyone.

I'm using transcripts() function in R environment to obtain transcript of Human from TxDb.Hsapiens.UCSC.hg38.knownGene package. I don't know that this transcripts contain intron or not. On the other word, are these transcripts mRNA or not?

tnx all,

Mansoor.

mRNA • 1.6k views
ADD COMMENT
1
Entering edit mode
6.7 years ago

The transcripts() function will return coordinates for the entire range of a given transcript including introns. To get only the exonic regions use exonsBy()

## known exons for each transcript
exonsBy(TxDb.Hsapiens.UCSC.hg38.knownGene,'tx')

## known exons for each gene
exonsBy(TxDb.Hsapiens.UCSC.hg38.knownGene,'gene')
ADD COMMENT

Login before adding your answer.

Traffic: 2739 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6