More posts like this
-
Gene locus and gene ID
written by zizigoluHi as in the picture I have a long non coding RNA `ENSG00000260958 (LOC105371200)`, when I search for that I got this My question is …
-
Weird behaviour - WGCNA hub analysis results in Cytoscape through CytoHubba plugin change every tim…
written by Raito92Hello everyone, I'm using Cytoscape v. 3.9.1 to visualize the results of a previously perfmored WGCNA analysis. The aim is to individuate hub genes through …
-
Bacterial RNA-SEQ - Quality Control
written by Sammy •Heyya, Trying to figure out Quality Control for RNA-SEQ. I ran FASTQC on the first batch and the same sample, forward strand looks the same …
-
use Trimmomatic to remove adapter
written by yueli7Hello, I have a dataset of RNA sequencing. I used the command to remove the adapter. After fastqc, it still has failure in Adapter Content. …
-
RNAseq fastqc report some failures, how to solve it?
written by lovelymaoqin •I used fastqc to deal with my small RNA seq data, and according to the report I have some failures, do not know how to …
-
GO terms count _ number of terms on per ontology
written by nazninislamnif •[enter link description here][1]I have my Interproscan result which generated 12429 GO terms. I want to align all of them into their specific function. And …
-
Partial Mapping Issues
written by eoz222 •Hi all, I was wondering what might cause this partial mapping pattern.![enter image description here][1] [1]: https://www.yasambilim.com/sites/default/files/styles/buyuk/public/2020-07/Screenshot%20from%202020-07-27%2012-00-55.png?itok=fdVBl5os
-
Can Animal protein has different domain from the same protein in different translation frames?
written by javiersg •Good morning/evening/night I was using the ORFFInder (NCBI). Then i blastp to biggest selected the ORFs to check the domains. This case the **whole protein …
-
Testing Illumina reads for contamination
written by mdgn •Hello everyone, I am trying to figure out if there is a contamination in my Illumina reads which have bimodal GC content per sequence. I …
-
How to read this type of data in R?
written by simek371998 •Hi! Im new in R and i have to read data like that by read.table function: ![enter image description here][1] There should be 6 columns …

Have you checked to see if your data has rRNA contamination? What is
filteredin name referring to?How to check if the data has rRNA contamination?
Filters: Cut 15 nucleotides from 5’ and 3' of every read. Filter out all the reads shorter than 50. Drop the read if the average quality is below the 15
Map your reads against rDNA sequence for your organism or use a package like
sortmeRNA(LINK).Why do you think it is mRNA?
My bad. I hastily assumed it was
RNAseqthough going back to thread I don't see you saying that specifically.What kind of data is this? There can be different explanations (e.g. presence of rRNA reads is one in case of RNAseq) based on type of data you have at hand.
The data is from CHIP-seq experiment
It is possible that your experiment is enriching fragments with slightly different GC distributions. Have you tried to analyze the data? Perhaps there is nothing wrong with it.