Warnings In Bowtie Mapping
Hello, I am trying to use bowtie on small synthetic data for short read mapping. My command is ./bowtie -p 8 -t -S hg19 -1 synthetic_sample1.fq -2 synthetic_sample2.fq > bowtie.sam. The alignment...
View ArticlePaired-End Protocol For Micrornaseq
In another post, a guy wanted to know how to analyze paired-end data and use them to predict microRNAs.I never heard about a paired-end protocol for miRNAseq and would be interested in some more...
View ArticleIs It Ok To Use One End Of A Set Of Paired-End Reads As A Set Of Single Reads?
Hi,I'm wondering if it's OK to use one end of a set of paired-end reads as a set of single reads?I just want to get a single read data set of a sample, but currently there's only paired-end data...
View ArticleHow To Determine If Library Is Strand-Specific
Hello all, this might be a very basic question but I gave it some thought and don't see a satisfactory answer.Let's say I have a FASTQ file from a sequencing experiment. How can one quickly determine...
View ArticleMerging Illumina Paired End Reads
Dear All,I have fastq a dataset containing forward and reverse sequences obtained through paired end module of Illumina platform. I am trying to merge these paired end reads. I have a query which I...
View ArticleBasic Paired-End Sam Questions
I can't seem to find answers to 2 very basic questions.For a paired-end sam, is there a separate sam line for mate1's and mate2's? If so, how do find the mate of a given sam line?Thanks
View ArticlePicard Matequery Slows Process To A Crawl
I'm looking to iterate through an indexed BAM file using picard and perform various tests on both a read and it's mate. For some I would need the full SAMRecord for the mate so I can't just use the...
View ArticleFilter Paired-End Sam File For Xt:A:U
Dear all,I have a sam file (BWA output, paired-end reads). I would like to retain only reads which are "properly paired". This I would do by:samtools view -f 0x002 file.sam >...
View ArticleHow To Count Stand-Specific Paired-End Rna-Seq Reads Overlapping Known...
Dear BiostarsDoes any one how to overlap stand-specific paired-end RNA-Seq reads (BAM) with known protein coding genes (BED) ?I tried the following but I think it is not the correct way ? Would...
View ArticleForum: Attempting to understand pair end sequencing, mainly illumina
Hi I am currently attempted to understand how pair end sequencing works. I understand the basics that it sequences from both ends and if there is an overlapping region they can be joined to create...
View ArticleWgsim Mutations In Output After Setting Everything To 0
I was just wondering, is there any useful information on wgsim? Tutorial? Anything? I have been stuck with it for the last 2 weeks. I'm really not sure how to use it. I need it for a project of mine....
View ArticleCoverage For Pair-End Rna-Seq, Extend Reads Or Not?
HI, all I have a question when computing region coverage of pair-end RNASeq data. As showed by the sketch map, when computing region coverage, whether I should use actually mapped reads or extended...
View ArticleHg19 Strand Information Of Sam Output.
Hi all,I've got Paired-End Illumina data mapped against the Human Hg19. When viewing the SAM output, how can I check if a pair mapped against the forward Hg19 genome sequence or against the reverse...
View ArticleIdentifying mutations from Paired-End Sequencing data
Hello! I'm trying to get mutations from paired-end sequenced reads aligned with BWA using SamTools. Coverage is about 16,000. Generally it works fine, but in one fragment (TGGGC) i see that in reads...
View ArticleIs There An Elegant Way To Extract Only The Properly-Paired Reads In A...
I know I should be filtering for the following tags: 99,163,83,147 and I know that samtools would work to get all the pairs. For example:samtools view -F 0x99 -b in.bam I was wondering if there was a...
View ArticleHow To Determine If Paired–End Illumina Rnaseq Reads Are Strand–Specific
I've been provided with more than a billion reads of RNAseq data for a poorly annotated nematode species. They appear to be 2x100 paired-end Illumina reads – I currently know frustratingly little about...
View ArticleOrientation in paired-end sequencing?
I am new to bioinformatics and currently learning how to use Bowtie 2. As written in the manual: A pair that aligns with the expected relative mate orientation and with the expected range of distances...
View ArticleIn Paired-End Data, If One Read Of The Pair Is Unmapped, Is That Pair...
Hello everyone, I have a simple question about generic paired-end Illumina data. If one read of a pair is unmapped, does this automatically mean that the pair is improper and is (un)flagged in a SAM...
View ArticleCrossbow Final Step Failing On Emr
Hello, I am trying to run Crossbow via EMR command line. I managed to complete all the crossbow steps- Alignment with Bowtie, Calling SNPS and Postprocess. I am getting an error in the final step Get...
View ArticleTake A Subset Of A Fastq Paired-End Sample
Hi,I have two paired-end fastq compressed files coming from HiSeq RNA-SEq experiment, ie., pair.1.fastq.gz and pair.2.fastq.gz.The files are very large so I wanted to just take a few million/thousand...
View Article