User: pd3
pd3 • 340
- Reputation:
- 340
- Status:
- Trusted
- Location:
- Last seen:
- 2 years, 9 months ago
- Joined:
- 9 years, 1 month ago
- Email:
- p***********@gmail.com
Posts by pd3
<prev
• 25 results •
page 1 of 3 •
next >
0
votes
1
answer
1.3k
views
1
answers
... What version of bcftools are you running, can you try with the latest github version? I believe it should work, the tests in contain cases with missing genotypes. ...
written 2.8 years ago by
pd3 • 340
2
votes
1
answer
2.8k
views
1
answers
... Here are math notes for SGB calculation:
http://samtools.github.io/bcftools/
http://samtools.github.io/bcftools/rd-SegBias.pdf
...
written 6.7 years ago by
pd3 • 340
2
votes
4
answers
4.2k
views
4
answers
Answer:
A: Query A Dbsnp Vcf File
... Try `bcftools view -i'%ID=@path/to/ids.txt' file.vcf`
http://samtools.github.io/bcftools/bcftools.html
...
written 6.8 years ago by
pd3 • 340
0
votes
2
answers
3.6k
views
2
answers
Answer:
A: Find Rs# From Vcf
... Try `bcftools view -i'%ID=@path/to/ids.txt' file.vcf`
http://samtools.github.io/bcftools/bcftools.html
...
written 6.8 years ago by
pd3 • 340
2
votes
6
answers
16k
views
6
answers
... There is not enough information to answer the original question, but Stephane's problem is caused by a version mismatch. Note that samtools and bcftools went through major changes, the new versions of bcftools will not work with pre-HTSlib versions of samtools. For the latest installation instructio ...
0
votes
6
answers
16k
views
6
answers
... Can you please provide a sample of mpileup -uv output for testing?
...
written 6.9 years ago by
pd3 • 340
0
votes
6
answers
16k
views
6
answers
... I meant if you could run without bcftools at all like this: samtools mpileup -uv -f ref.fa -b sampleList | less. Are there any sites listed? If not, then there is something odd with your BAMs. Could all reads be excluded because of low quality for example? Is the result any different with -B,-x,-Q0? ...
written 6.9 years ago by
pd3 • 340
0
votes
6
answers
16k
views
6
answers
... This does not seem to be a samtools/htslib/bcftools compatibility problem, as you say you followed instructions from here http://samtools.github.io/bcftools/. If you run mpileup with -uv, it will produce raw VCF output. Are any sites listed?
...
written 6.9 years ago by
pd3 • 340
0
votes
6
answers
16k
views
6
answers
... What happens if you drop -v? Could the simple explanation be that there are no non-reference calls?
...
written 6.9 years ago by
pd3 • 340
2
votes
3
answers
3.1k
views
3
answers
... The VCFs contain population allele frequencies, AMR_AF, ASN_AF, AFR_AF, EUR_AF which can be used to filter sites more frequent in one population:
bcftools view -i'EUR_AF > AMR_AF & EUR_AF > ASN_AF' file.vcf.gz
(Link to bcftools.)
...
written 7.0 years ago by
pd3 • 340
Latest awards to pd3
Scholar
6.6 years ago,
created an answer that has been accepted.
For A: [Samtools] Dp4 Vs. Dp: Low-Quality Bases Not Counted
Teacher
6.6 years ago,
created an answer with at least 3 up-votes.
For A: [Samtools] Dp4 Vs. Dp: Low-Quality Bases Not Counted
Teacher
6.9 years ago,
created an answer with at least 3 up-votes.
For A: [Samtools] Dp4 Vs. Dp: Low-Quality Bases Not Counted
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 2244 users visited in the last hour