More posts like this
-
How to obtain unmapped reads from the paired end samples using hisat2
written by otieno43 •Am having trouble extracting unmapped reads using hisat2. I have 15 samples that I need to keep unmapped reads for a different analysis. When I …
-
extract unmapped reads from the paired end samples using hisat2
written by winmoon6 •Hi AlI, I am trying to get the **unmapped** reads for **paired end samples** using hisat2 in the **snakemake** and command is : hisat2 \ …
-
running HISAT2 with multiple samples
written by anbuarun12345 •Hello all, I am running Hisat2 for my RNASeq alignment for many samples. My bash script is following, #!/bin/bash id="4B1 4B2 4B3 4B4 4W1 4W2 …
-
Unmapped reads to fastq (hisat2 / samtools / bedtools) not matching pair-end reads
written by juan.crescente •I want to obtain a fastq file containing reads (RNASeq) that failed to map to a reference genome. hisat2 -p 3 -x index -1 TD1.R1.fastq.gz …
-
Infer experiment - Failed to determine strandin paired end stranded RNA-seq
written by GiusiG •Hi, I'm having problems with a stranded, paired end RNA-seq analysis. I tried to map the reads with HISAT2 and RNA STAR but when I …
-
RNA-seq read alignment
written by amy16 •I tried mapping PE RNA-seq reads to the reference genome (chickpea) using hisat2 and tophat tools with default settings. I got 0.00% alignment rate. what …
-
Reference genome alignment
written by amy16 •How to specify paired end input files from different lanes for alignment using hisat2? I get the following error: Warning: Output file 'P1_C_1_CBBYRANXX_CGGCTATG-TATAGCCT_L004_R1_paired.fastq,' was specified …
-
Alignment to ref genome
written by amy16 •I have generated the genome index using default options in HISAT2. now for the alignment purpose which if the output index files should i specify …
-
Extracting reads that one pair is aligned and the other one is not
written by m.ghorbani1991 •Hi all, I have paired-end reads of chromosome 3 in human, and want to extract the deletion, insertion, inversion and translocation in it. For finding …
-
Bowtie2 --un-conc output empy
written by t2Hi all, I am running Bowtie2 to get mapped reads and unmapped reads (--un-conc) from a paired-end experiment. My command line is like this: bowtie2 …