User: Nina
Nina • 380
- Reputation:
- 380
- Status:
- New User
- Location:
- Vancouver, BC, Canada
- Last seen:
- 8 years, 11 months ago
- Joined:
- 10 years, 2 months ago
- Email:
- n***********@gmail.com
Posts by Nina
<prev
• 11 results •
page 1 of 2 •
next >
0
votes
2
answers
2.3k
views
2
answers
... fwiw, I marked this reply as helpful because the @PG tags are optional, and you give some good suggestions of what to look for if the info is not in the bam header. ...
written 9.3 years ago by
Nina • 380
5
votes
2
answers
13k
views
2
answers
Answer:
A: Samtools Mpileup Output
... The symbols "<" and ">" were added to column 5 a few releases ago. These symbols mean that this position is "covered" by a large gap (ie we're inside the "N" element in the cigar of this read). Note that reads that have a gap at this position still contribute to the total coverage reported in ...
written 9.7 years ago by
Nina • 380
2
votes
2
answers
3.2k
views
2
answers
... Generally snp callers work in two passes, where the first pass identifies every position with at least one mismatching base, and the second pass filters these results to generate the list of snps you think are "real".
I get the sense that you have only done the first pass.
You need to decide how t ...
6
votes
3
answers
4.8k
views
3
answers
... I would argue that no, you cannot (reliably) analyze anything that aligns outside the targeted regions in exon capture data. If you see a dense region of coverage outside a targeted region, one of two things has happened:
a) the reads really came from there and they were capture due to off-target bi ...
written 9.7 years ago by
Nina • 380
0
votes
1
answer
14k
views
1
answers
Comment:
C: Help Understanding Pileup Format
... If you run "samtools pileup" with no other parameters, you will get a usage message with a full list of the param options and their default settings.
You will see that the bitwise filtering is set with "-m INT" option (it will exclude reads with bits in INT)
In version 0.1.14 the default value for t ...
written 9.8 years ago by
Nina • 380
1
vote
1
answer
14k
views
1
answers
Comment:
C: Help Understanding Pileup Format
... Sorry I mixed up the -c and -v options in my answer.
(-v means only report variants, -c means identify potential snps)
As you have probably figured out, the samtools pileup file can have several formats depending on the options used to create it. If your pileup file really looks like the example you ...
written 9.8 years ago by
Nina • 380
5
votes
1
answer
14k
views
1
answers
... First things first: samtools will call the variants for you, if you include the -v option when generating the pileup. There is also a script called varFilter which will sift through the pileup and only report snps that it believes are likely to be real.
see http://samtools.sourceforge.net/cns0.sht ...
written 9.8 years ago by
Nina • 380
1
vote
2
answers
2.0k
views
2
answers
Answer:
A: Genotypes For Snps
... I think you're not getting any answers because the question is very unclear.
Unless I'm missing something, the only way to determine the genotype is to look at what is reported in the "Tumor_Seq_Allele1" and "Tumor_Seq_Allele2" columns of your MAF file.
Having said this, I'm confused as to why you h ...
written 9.9 years ago by
Nina • 380
9
votes
73
answers
35k
views
73
answers
... Not only is the bed format 0-based, it's also "half-open", meaning the start position is inclusive, but the end position is not.
So if your region starts at position 100 and ends at 101 using standard 1-based coordinates with both start and end inclusive (ie it's two bases long), when you convert i ...
4
votes
3
answers
10k
views
3
answers
... If you want to do some googling, the QC metric used by Illumina is called the "chastity filter". Chastity is a measure of the signal to noise ratio and is defined as the "the ratio of the highest of the four (base type) intensities to the sum of highest two."
The chastity threshold is 0.6 and this ...
written 10.0 years ago by
Nina • 380
Latest awards to Nina
No awards yet. Soon to come :-)
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 2112 users visited in the last hour