Not specifically. I am just trying to confirm that mutations of this kind could not be picked up using a strand-specific capture.
Simply for my own knowledge
Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
Yes, mutations could happen during genomic strand separation and/or transcription. I would assume that the DNA mismatch repair machinery would pick up on these and fix the daughter strands
Maybe my assumptions are not valid for the kind of analysis you are doing? Are you looking at defects in mismatch repair?
Leave a comment:
-
Originally posted by NGSfan View Post.
Strand bias is just a PCR artifact - not an inherent characteristic of the genome your probing.
This single strand capture method would fail to detect instances like these.
Leave a comment:
-
I suppose they used both forward and reverse adapters as primers for PCR, so you get fragments from both strands
Mali
Leave a comment:
-
Originally posted by gavin.oliver View PostHi all - does anyone have any thoughts on my question? Surely it's not so difficult
If understand correctly, you can just capture either strand because one strand will hold the polymorphism, while the other will have the reverse complement of that polymorphism.
Strand bias is just a PCR artifact - not an inherent characteristic of the genome your probing.Last edited by NGSfan; 05-05-2011, 12:16 AM.
Leave a comment:
-
Hi all - does anyone have any thoughts on my question? Surely it's not so difficult
Leave a comment:
-
I'm a bit dumb when it comes to lab protocols, but doesn't that mean you would just be creating the reverse complement of the strand you captured, and then sequencing it?
Thus, the true genomic complement (perhaps containing a strand biased polymorphism) is still lost?
Leave a comment:
-
As I understood it (from the experimentalist who did the capturing), the baits probe one strand but next there was a PCR amplification step (using the adapter indexes), so the sequenced fragments are not strand specific.
So if I understand it correctly, the steps were as follow:
1. Library preparation (DNA fragmentation + adapters ligation)
2. Hybridisation with RNA baits (Myselect)
3. PCR amplification
Mali
Leave a comment:
-
Hi all,
Sorry to resurrect an old thread but there's something I don't understand RE strand bias.
When we mention strand biased SNPs I am assuming we mean instances when the mutation appears on one strand, but not the other.
However the original post is about captured DNA data. SO far as I am aware, the capture process will only probe one strand - so how would we even be aware of strand biased SNPs in a set-up like this?
Responses would be GREATLY appreciated as I am designing a similar experiment and this has me stumped.
Cheers
Afterthought: The capture can probe the forward strand or the reverse strand but not both together as the baits will hybridise to one another during synthesis. Does this mean that two completely separate capture/sequencing processes would be required to capture both strands and discover strand biased SNPs?Last edited by gavin.oliver; 05-04-2011, 02:19 AM.
Leave a comment:
-
Thank you guys for your reply.
The data I have are from people the carry a known heterozygous mutation, and we want to check if we can find this mutation using capture+sequencing. We also expect to have contamination of cell populations not carrying the mutation, so if I understand you correctly, removing/flag duplicated reads is an important step.
Regarding MarkDuplicates, samtools will ignore flagged duplicated reads right? so I expect to get the same SNPs if I remove duplicates or flag them.
Leave a comment:
-
Originally posted by ulz_peter View PostRegarding the strand bias thing:
GATK SNP calling outputs the SB value in it's VCF output format, but does anyone know, a threshold value when to regard a SNP as strand biased?
For 1000 targeted genes, I get ~80X median coverage per target bp before marking duplicates (drops down to 40X afterwards).
These are the "hard filters" I use for GATK SNP calling:
--clusterWindowSize 20
--filterExpression "MQ0 >= 4 && ((MQ0 / (1.0 * DP)) > 0.1)"
--filterName "HARD_TO_VALIDATE"
-B:mask,Bed,$sampleID.indel.mask.bed
--maskName InDel
--filterExpression "QUAL < 30.0 || DP < 5 || QD < 1.5 || HRun > 5 || SB > -10.0 || MQ < 25.0"
--filterName StdFilter
--filterExpression "DP < 8 || QD < 2.5"
--filterName LowConf
Leave a comment:
-
Regarding the strand bias thing:
GATK SNP calling outputs the SB value in it's VCF output format, but does anyone know, a threshold value when to regard a SNP as strand biased?
Leave a comment:
-
Hi,
1. The danger of aligning to only a certain region is that the aligner will try to find a spot for all reads in that region. This means that reads that do not belong there will be placed there. So if you do decide to align to only a region, make sure you use very strict settings. (for example: CLCBio cannot handle aligning HiSeq exome reads to the entire genome, so we have no choice but to align per chromosome) Long story short: align to the entire genome (supercontigs included if any) if that is computationally possible.
2. We flag duplicates (Picard MarkDuplicates) but do not remove them. Our downstream analysis tools (GATK, SAMTools, Picard) recognises the flags.
3. in some situations, that may cause you to lose true positive variants. Perhaps you can flag those cases. If such a variant seems very interesting (because it passes all kinds of other filtersteps) you can always go back to eyeballing it.
These are very interesting issues and I'd like to read other people's methods and opinions too!
Leave a comment:
-
Hi mali,
1) We do alignment to the whole genome (that gives you hints about enrichment quality, e.g. counts of on- and off-target reads)
2) If you are looking for somatic mutations I would get rid of PCR duplicates before SNP calling. I actually do not know anything about your experimental setup, but if you expect mutations in low frequency (due to contamination of cell populations not carrying the mutation as in tumours) this is an important step. If you've git paired-end data duplication detection is a lot easier as PCR duplicates would have the same start and end for both mates, which rarely occurs by chance.
There is definitely a higher chance of duplicated reads in captured DNA (keeping in mind that each enrichment contains amplification steps)
3) As far as I know SNPs indicated only on one strand ar nearly all false positives, but any corrections welcome.
Just out of curiosity: When you check somatic mutations, are you interested in quantitating them as well (e.g. tumorgenetics: how many percent of the input samples derived from tumour)?
Leave a comment:
-
SNP calling for captured sequence data
Hi All
I am currently analysing captured sequence data (DNA sequencing using illumina platform), with the aim of finding somatic mutations.
Can you please advice on the following issues:
1. Shall I align the reads to the captured gene sequences or to the whole genome (and then select for those reads that fall within interesting regions)?
2. Is it important to remove duplicated reads before SNP calling? duplicated reads can be due to PCR artifact, but since I deal with captured data maybe there is higher chance to get duplicated reads?
For example for one SNP, before removing duplicated reads I get 515 reads supporting that region, but after removing duplicates, this number dropped to only 4 reads.
3. Would you recommend to filter out SNPs are indicated only from one strand?
Thanks
MaliTags: None
Latest Articles
Collapse
-
by seqadmin
Non-coding RNAs (ncRNAs) do not code for proteins but play important roles in numerous cellular processes including gene silencing, developmental pathways, and more. There are numerous types including microRNA (miRNA), long ncRNA (lncRNA), circular RNA (circRNA), and more. In this article, we discuss innovative ncRNA research and explore recent technological advancements that improve the study of ncRNAs.
Nobel Prize for MicroRNA Discovery
This week,...-
Channel: Articles
10-07-2024, 08:07 AM -
-
by seqadmin
Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...-
Channel: Articles
09-23-2024, 06:35 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, 10-11-2024, 06:55 AM
|
0 responses
11 views
0 likes
|
Last Post
by seqadmin
10-11-2024, 06:55 AM
|
||
Started by seqadmin, 10-02-2024, 04:51 AM
|
0 responses
110 views
0 likes
|
Last Post
by seqadmin
10-02-2024, 04:51 AM
|
||
Started by seqadmin, 10-01-2024, 07:10 AM
|
0 responses
114 views
0 likes
|
Last Post
by seqadmin
10-01-2024, 07:10 AM
|
||
Started by seqadmin, 09-30-2024, 08:33 AM
|
1 response
120 views
0 likes
|
Last Post
by EmiTom
10-07-2024, 06:46 AM
|
Leave a comment: