RNA-Seq isoforms identification
Hi
I'm new to this and I want someone to guide me on which is the best tool to detect isoforms in RNA-seq data.
rna-seq
• 801 views
•
link
updated
by
Andres •
•
written
by
latita.atun •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to get somatic variation based on RNA-seq data?
written by feather-W •Hi, I want to detect the somatic variation of tumor samples. Now I have bulk RNA-seq data of tumor samples and matched normal samples. I …
-
Simulate short-read RNA-seq data from long-read RNA-seq data
written by rhonddaskl •Hi, I'm trying to use my self-developed tool to test it on long-read and short-read single-cell RNA-seq datasets. To ensure a fair comparison, I'm attempting …
-
single cell RNA-seq sequencing depth
written by samane.kh •Hi, We are going to detect low abundance genes in CD4 cells using Single cell RNA-seq. I have a question about the best **sequencing depth** …
-
Integrate human scrna seq data to pig scrna seq data
written by aimanbarki •Hello everyone, I want to integrate human scrna seq data to pig scrna seq data. Can anyone guide me on that. Is it possible ? …
-
How could I analyse the differential expression of a particular gene with RNA-seq data?
written by bioAddict •Hi everyone! I'm new in RNA-seq data analysis. I'm interested in the differential analysis of a set of particular genes from an open access raw …
-
Detection of duplicated regions in RNA-seq data
written by AnkitHi everyone, Does anyone know the tool(s) to identify duplicates regions using RNA seq data of mouse? I have RNA seq data of hybrid mouse …
-
How to separate lncRNA and mRNA from RNA-Seq data for differential expression?
written by anilbioinfo1995 •Hi I am having RNA-Seq data from TCGA. I want to separate lncRNA and mRNA from RNA-Seq data for differential expression. Please, guide me how …
-
batch effect in RNAseq analysis using tophat cufflinks pipeline
written by yff •Hi everyone, I am using tophat and cufflinks pipeline to do RNA seq analysis on my data. I am new to RNA seq. I guess …
-
Best tool to find splice variants (composition, fpkm, differential)
written by le_xand •Hi, I want to find out (for a specific gene) which splice variants are expressed in which sample (I have several samples from different experimental …
-
Bacterial RNA-seq analysis
written by mcff23 •Hi everyone, I'm trying to analyze bacterial RNA-seq data and I want to know which pipeline is the best. I have a genome reference and …
Quantify known isoforms or detect novel transcripts?
What are you trying to find?, are you working with an organism that has an available genome?. What kind of data you have?. I think you probably have illumina data.
It sounds that you need to annotate genes. either in a genome or denovo. If you have a genome you pass the rna-seq data either raw or aligned to the genome to a gene modeler/annotator software, and then in the output you can check if any isoform was found. I had used BREAKER2 in the past for this. Check this to know more. If denovo you would have to assemble transcriptome first, and use it as a "reference".
Other way may be to align reads (with an RNA aware aligner like STAR or many others) to the genes you want to check for isoforms and manually check for isoform signals in a visualization software like IGV or tablet. This would be hard.