More posts like this
-
FeatureCount : Successfully assigned alignments is low
written by HarperReed •Hello, I hope you can help me !! I'm analyzing RNA-seq data from dogs. I used fastp to automatically detect and remove adapters, then aligned …
-
Increasing per base G content in QC sequencing files
written by robertsr •Hello, I conducted some metagenomic sequencing as follows: - Metagenomic sequencing from human stool samples - PCR-free library prep using NEB kit (450bp insert) - …
-
why 99% reads failed to align in mir-seq analysis?
written by mohammadhassanjHi, After trimming the reads as discussed in below [https://www.biostars.org/p/9584040/#9584110][1] I used bowtie1 for alignment, but 99% of the reads were not aligned, **what is …
-
original single cell data downloaded from GEO yielded only two files with 150bp
written by chenglei1865 •Hi, Recently, I downloaded original single cell data from GEO (SRR13403717), and converted it: `fastq-dump --split-files --gzip SRR13403717`, two files `SRR13403717_1.fastq.gz` (40G) and `SRR13403717_1.fastq.gz` (38G), …
-
HISAT2 paired end multiple files loop error
written by SH •Hi, I got stuck with running hisat2 with a loop. my input files are here, ![enter image description here][1] here is my loop code, for …
-
Error in DiffBind
written by Scabbards •Hi, I have error said **Error in if (sum(res$peaks[[1]]$Score < 0) > 0) { : missing value where TRUE/FALSE needed In addition: There were 17 …
-
RNASeq data has 3 files R1, R2 and R3, which one is the barcode file?
written by leranwangcs •Hi, I received some RNASeq files to do analysis. But I'm very confused as a newbie in RNASeq when I checked the files. There are …
-
mapped reads (m aligned) is higher for a subset sample?
written by PratikHi Biostars Community, These are from patient rheumatoid arthritis samples. My % aligned was at about 85% for all samples, and mapped reads (M aligned) …
-
graph boxplot error
written by USER •I would like to plot a graph like this ![enter image description here][1] but the graph is coming out like this ![enter image description here][2] …
-
How can I add text label outside the tree in iTOL ?
written by anran04100 •here is the tree in iTOL ![enter image description here][1] now I've got a txt file with information in it ![enter image description here][2] How …
Base C in red box region is misaligned. It should align with C base in black box region. Why HISAT2 add a gap before C base?
You are not likely to get a useful answer based on a small portion of the alignment you have chosen to show here (is C on its own out there on right or is there sequence beyond that). If you feel hisat2 is not working well try a different aligner.
C is at the read terminal. I was tring to find defective RNA of an RNA virus. In the default mode, there will be many reads alignment with small anchors (<=3bps). The same alignments also appear with the --pen-cansplice 12, so the gap generated seems to not due to canonical splice sites prediction by hisat2. But with the --no-temp-splicesite option, reads alignment with small anchors were reduced significantly.