check splice isoforms
1
0
Entering edit mode
ry82722 • 0
@ry82722-13034
Last seen 6.9 years ago

How do I check splice isoforms for a single gene of interest starting with FASTQ files as input?

Thanks.

DESeq2 tximport • 954 views
ADD COMMENT
1
Entering edit mode

Maybe it would help people on this forum help you if you could provide a little bit more details e.g. what's in your FASTQ files.

H.

ADD REPLY
1
Entering edit mode
@mikelove
Last seen 7 hours ago
United States

You can use Salmon to quantify isoform expression, if you know that the isoforms of interest are contained in the gene annotation. You can check this by first aligning the reads to the genome using a spliced aligner like STAR or HISAT, and then comparing the spliced reads to the reference with a visualization tool like IGV.

Once you've quantified with Salmon, you could load these isoform quantifications into R with:

txi <- tximport(files, type="Salmon", txOut=TRUE)

Then I would start with simple plots of the TPM for the different isoforms of interest across samples. The TPM are stored in txi$abundance.

ADD COMMENT

Login before adding your answer.

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