Yes. I agree.
See how people from ENCODE are doing:
samtools view -b -F 1548 -q 30 chipSampleRep1.bam
they(Anshul Kundaje) use -q 30 in their guideline.
Header Leaderboard Ad
Collapse
bowtie2 parameters for chip-seq
Collapse
Announcement
Collapse
No announcement yet.
X
-
Originally posted by crepaldi View Post
Right, then the reasonable way to proceed is to keep the aligned tags with say MAPQ>10 and call the peaks with them. Does it make sense?
Is it possible that the low-scoring tags are still informative, e.g. on the binding to repetitive sequences?
Leave a comment:
-
Originally posted by dpryan View PostYes, this is highly confusing
Right, then the reasonable way to proceed is to keep the aligned tags with say MAPQ>10 and call the peaks with them. Does it make sense?
Is it possible that the low-scoring tags are still informative, e.g. on the binding to repetitive sequences?
Leave a comment:
-
In bowtie2, a MAPQ of 0 means one of the following:- The reported alignment and the next best alignment are both equivalently good, but neither are exact matches (if they're exact matches, the MAPQ is set to 1).
- The absolute difference in alignment score between the best and second best alignment is >= 10% (and <30%) of the maximum possible difference in alignment scores and the best alignment's score is itself <67% of the maximum difference in alignment scores.
This is for end-to-end alignments. For local alignments, only #1 will produce this (#2 would produce MAPQs of 9, 12, 14, or 17, depending).
Yes, this is highly confusing and no, it's not documented (unless you consider source code to be documentation).
Leave a comment:
-
What does a mapping quality of 0 mean then? That the read may have originated anywhere in the genome?
And if I understand well, reads with low Mapq should be filtered before calling peaks, right?
Luca
Leave a comment:
-
I think I find the answer from this paper.
The answer is YES.
"...Reads were filtered by removing those with a BWA alignment quality score less than 15..."
Differential oestrogen receptor binding is associated with clinical outcome in breast cancer
Nature, Vol. advance online publication (4 January 2012) doi:10.1038/nature10730
Originally posted by harryzs View PostFrom Bowtie2's Manual
it is said:
=======
Mapping quality: higher = more unique
Accurate mapping qualities are useful for downstream tools like variant callers. For instance, a variant caller might choose to ignore evidence from alignments with mapping quality less than, say, 10. A mapping quality of 10 or less indicates that there is at least a 1 in 10 chance that the read truly originated elsewhere.
=======
Could we chose a threshold for Mapping quality for Chip-seq? For example, all reads with
Mapping quality higher than 30 are considered as uniquely mapping reads ?
tks
Leave a comment:
-
From Bowtie2's Manual
it is said:
=======
Mapping quality: higher = more unique
Accurate mapping qualities are useful for downstream tools like variant callers. For instance, a variant caller might choose to ignore evidence from alignments with mapping quality less than, say, 10. A mapping quality of 10 or less indicates that there is at least a 1 in 10 chance that the read truly originated elsewhere.
=======
Could we chose a threshold for Mapping quality for Chip-seq? For example, all reads with
Mapping quality higher than 30 are considered as uniquely mapping reads ?
tks
Leave a comment:
-
bowtie2 parameters for chip-seq
Working with the new bowtie2, anybody here done alignment for chip-seq using it. Please comment of choice of parameters
It is common to choose reads if they match uniquely, for old --best and -m 1 did the trick, not sure about bowtie2, will try -M 1.Tags: None
Latest Articles
Collapse
-
by seqadmin
Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...-
Channel: Articles
09-07-2023, 11:15 PM -
-
by seqadmin
Ribonucleic acid (RNA) represents a range of diverse molecules that play a crucial role in many cellular processes. From serving as a protein template to regulating genes, the complex processes involving RNA make it a focal point of study for many scientists. This article will spotlight various methods scientists have developed to investigate different RNA subtypes and the broader transcriptome.
Whole Transcriptome RNA-seq
Whole transcriptome sequencing...-
Channel: Articles
08-31-2023, 11:07 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Multiplexed Biomarker Detection with Nanopore Technology: A Leap in Precision Diagnostics
by seqadmin
Started by seqadmin, Today, 07:42 AM
|
0 responses
10 views
0 likes
|
Last Post
by seqadmin
Today, 07:42 AM
|
||
Started by seqadmin, 09-22-2023, 09:05 AM
|
0 responses
23 views
0 likes
|
Last Post
by seqadmin
09-22-2023, 09:05 AM
|
||
Started by seqadmin, 09-21-2023, 06:18 AM
|
0 responses
16 views
0 likes
|
Last Post
by seqadmin
09-21-2023, 06:18 AM
|
||
Started by seqadmin, 09-20-2023, 09:17 AM
|
0 responses
16 views
0 likes
|
Last Post
by seqadmin
09-20-2023, 09:17 AM
|
Leave a comment: