More posts like this
-
can I use ion torrent fastq in illumina pipeline?
written by emawhitt •Hi, We have some sequence data from Ion Torrent. I have both the BAM files and fastq. Our collaborators have an analysis pipeline set up …
-
Why different rna-seq aligners need to be used for Ion Torrent data compared with illumina?
written by VasuThe aligners used for illumina RNA-seq data were Tophat, Hisat2, Star etc.. I see that for Ion Torrent RNA-Seq data there are different aligners like …
-
how to optimize Tophat for targeted RNA data analysis
written by genya35 •Hello, Could someone please suggest optimum TopHat parameters to analyze Ion Torrent targeted RNA data. I need to identify the breakpoints and also unaligned reads …
-
Transcritome analysis using ion torrent sample
written by KritikaHi all I am new for RNASeq analysis using ion torrent What I want to know is what is file format for ion torrent machine …
-
microRNA- sequencing analysis
written by kanwarjagI have a microRNA seq data (RNA seq after depletion of rRNA) using Illumina TruSeq Small RNA kit. Once I have the FASTq files as …
-
Transcriptome assembly with Ion Torrent PGM data
written by p.whatmore •I've previously done de-novo transcriptome assemblies on Illumina data using Trinity. Recently I was provided with some Ion Torrent data and asked to do an …
-
How to calculate genome size????
written by 123clouds123 •What web sites or programs could I use to calculate genome side using the sequencings of the reads obtained from NGS systems like Illumina, Ion …
-
Which Aligner Is Most Suited For Viral Rna-Seq Data?
written by kanwarjag<p>I have a RNA-seq data for viral genome and would like to see expression of UT vs treated samples. I was wondering which alignment should …
-
Ion Torrent Reference Assembly
written by diltsjeri<p>What is the best reference assembler to use with ion torrent data? I can only seem to find information on Ion Torrent de novo assemblies, …
-
Tools For De Novo Transcriptome Assembly Of Ion Torrent Reads?
written by Ahdf-Lell-Kocks •<p>I've seen on Ion Torrent's developers site that people is using MIRA as a <code>de novo</code> assembler of Ion Torrent RNA-seq datasets. I am interested …
I suggest you try BBMap, as it is capable of handling both splice junctions and the Ion Torrent's indel-containing error profile. Are you aligning to a genome or transcriptome, and what species?
I am aligning to hg19 genome. That mean we cannot use TopHat for ion torrent. I could not find exact paper but I remember they have used top Hat and unaligned reads were realigned with Bowtie2 both TopHat and Bowtie2 alignments combined and used for differential analysis. Any thoughts. Otherwise I can turn to BBMap
Thanks
You can try TopHat + Bowtie2, or just TopHat alone. They should work, but I would expect BBMap to be faster and do a better job. For human genome RNA-seq alignment I recommend adding the flags "maxindel=100k intronlen=10".
Hello kanwarjag,
Could you please tell me the tools you used for ion torrent RNA-seq data. I'm aware about illumina. Please give me a pipeline of tools which need to be used.
Thank you !!
TMAP is quite frequently used (https://github.com/iontorrent/TMAP) However I have used successfully TopHat (now HISAT).
Thanks for the reply. Are you sure that HISAT pipeline (Stringtie, ballgown) can be used for Ion Torrent data? Do I need to follow any separate command options different from Illumina data?