Filter read level data after RNA-seq alignment
Hi,
I would like to know the tools which are available for filtering the read level data in RNA-seq after the alignment based on the duplicates, read metrics etc.
Thank you, Toufiq
rna-seq
alignment
filter
reads
• 1,460 views
•
link
written
by
mohammedtoufiq91
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Combining Microarray and RNA-Seq datasets visualization and comparison
written by mohammedtoufiq91Hi, I am working with some public transcriptomics datasets (both Microarray and RNA-Seq) to study gene signatures of bacterial “Infected” samples vs. Healthy Control samples. …
-
How to combine different data types and perform PCA in R
written by mohammedtoufiq91Hi, I have a question about Principal Component Analysis in R. I have around 10 datasets of interest comprising of both normalized Microarray expression (Agilent, …
-
Merging two files based on the identifier column (gene symbols)
written by mohammedtoufiq91Hi, I have two different *.csv files with different column headers except one column, i.e, one with the gene symbols and expression data (samples), and …
-
Data integration of transcriptomics and Metagenomics data
written by mohammedtoufiq91Hi, I am interested to integrate Metagenomics and transcriptomics (qRT-PCR) data. I would like to know if there are any tools to perform the integrated …
-
Expression data visualization
written by mohammedtoufiq91Hi, I would like to know if there are any tools for the visualization of the expression based data in R and Python that includes …
-
Subsampling aligned SAM/BAM files for RNA-seq analysis
written by mohammedtoufiq91Hi, I would like to know if there are any specific tools to sub-sample aligned SAM or BAM files. What type of files could be …
-
Tools for Multi-omics analysis (RNA-Seq, Metagenomics and Metatranscriptomics data integration)
written by mohammedtoufiq91Hi, I am interested in performing Multi-omics analysis with the integration of RNA-Seq, Metagenomics and Metatranscriptomics data. I would like to know if there are …
-
Identify adapter sequences for trimming from Illumina paired end fastq files
written by mohammedtoufiq91Hi, I am working with the Illumina paired end unaligned data. I would like to initially identify the adapter sequences present in the data, and …
-
RNA-seq analysis data analysis pipeline
written by mohammedtoufiq91Hi, We have generated a set of RNA-seq samples from blood tissue (non globin depleted). These are human paired-end samples with read length of 150bp. …
-
Reduce number of reads from 100M to 50M in the sample from the existing RNA-Seq fastq files
written by mohammedtoufiq91Hi, We have generated a set of RNA-seq samples from blood tissue. These are human paired-end samples with 100M reads and with read length of …
featureCountshave options such asignoreDuporcountMultiMappingReadswhich allows you to perform some filtering (I am assuming you have BAM files. Please provide more details otherwise). However, generally you do not want to remove duplicates in RNA-seq. There are several discussions on this, and here is an older thread that has some discussion which could be useful to you.And just to ensure I covered this: some of this filtering should be done prior to alignment. You mentioned "read metrics", and if you mean quality scores etc..., then this should be performed before alignment with tools such as
Trim_Galore!etc...