Hi,
I used Kallisto for analyzing Rice RNAseq data, is there any tool that I can use to study alternative splicing following kallisto, a tool that doesn't require bam files and supports Rice genome?
Thanks in advance!
Hi,
I used Kallisto for analyzing Rice RNAseq data, is there any tool that I can use to study alternative splicing following kallisto, a tool that doesn't require bam files and supports Rice genome?
Thanks in advance!
Since with Kallisto you are quantifying against transcripts hence you can go ahead with your analysis.
If you trying to discover new splice variants you would need to align against the genome with a different method.
Hi Dina
Take a look at my R package IsoformSwitchAnalyzeR (you need version 1.1.07 or higher) - it directly supports Kallisto data and can analyze alternative splicing both individual genes as well as genome wide level. See examples for individual genes (isoform switch) here or for the global analysis see this part of the vignette.
And as Istvan suggest if you are interested in novel splicing you need a different analysis pipeline.
Hi kristoffer, I 'm trying to analyze my kallisto data with IsoformSwitchAnalyzeR but I get this error when I use the importRdata function, I get this error:
> aSwitchList <- importRdata(
+ isoformCountMatrix = mySwitchList$counts,
+ isoformRepExpression = mySwitchList$abundance,
+ designMatrix = designMatrix,
+ isoformExonAnnoation = "/rice/Oryza_sativa.IRGSP-1.0.37.gtf",
+ showProgress = T)
Step 1 of 6: Checking data...
Step 2 of 6: Obtaining annotation...
importing GTF (this may take a while)
converting annotated CDSs
Error in importRdata(isoformCountMatrix = mySwitchList$counts, isoformRepExpression = mySwitchList$abundance, :
The annotation and quantification (count/abundance matrix and isoform annotation) seems to be different (jacard similarity < 0.95).
Either isforoms found in the annotation are not quantifed or vise versa.
Specifically:
42346 isoforms were quantified.
98663 isoforms are annotated.
Only 42346 overlap.
This combination cannot be analyzed since it will cause discrepencies between quantification and annotation thereby skewing all analysis.
Please make sure they belong together and try again. For more info see the FAQ in the vignette.
knowing that I use the ensembl gtf annotation file that used in kallisto analysis.
Any Help?!
thanks in advance
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Hey! So far you are the only one using this approach. I didnt find a single paper mapping RNAseq data against rice transcriptome. Thats pretty curious