RNAseq_Rsubread_transcript variants detection
1
0
Entering edit mode
@tarekmohamed-9489
Last seen 5.3 years ago

Hi All,

 I am using it to analyze RNAseq data from different samples with and without treatment.

I am looking at a certain gene with 5 transcript variants  and I want to know which of splice variants are expressed in my samples.

I ran 

Is there a way by which I can know?

Thanks

 

 

rnaseq • 786 views
ADD COMMENT
0
Entering edit mode

Can you provide more info about what you have done in your analysis? Given the limited info you provided it is hard for people to help you.
 

ADD REPLY
0
Entering edit mode
etycksen • 0
@etycksen-9714
Last seen 8.2 years ago

The Subread featureCounts functions works great for enumerating unique or multi-mapped reads to genes, but is not the best tool for estimating counts for splice variants due to the added complexity of reads aligning across and between splice junctions for splice variants that contain the same exons.  Tools such as eXpress, Sailfish, Salmon, or RSEM that use an expectation-maximization algorithm to estimate counts for splice variants are probably your best bet, but those tools are outside the realm of both R and Bioconductor.  If you have transcriptome aligned bam files, eXpress and RSEM will work well for you.  If you have a genome aligned bam file, Salmon will serve you well.  Alternatively, Sailfish can operate on unaligned fastq files and you can generate custom indexes of known and putative splice variants (splice variants reported in literature that are not present in databases such as Ensembl) as long as you have the fasta sequence.  Good luck and I hope this helps.

ADD COMMENT

Login before adding your answer.

Traffic: 845 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