Bcftools consensus sample
What I need to input for the -s option in bcftools consensus?
sample
bcftools
consensus
• 2,720 views
•
link
updated
by
Pierre Lindenbaum
•
written
by
Dragod •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to generate a consensus sequence from BAM file with bcftools?
written by marongiu.luigiHello, I have aligned some files against a reference genome with BMA-MEM, deduplicated and sorted with sambamba to generate a AlnSrtDedSrt.bam file. The question is: …
-
BCFtools consensus
written by Peerzada •I am trying to incorporate variants from multisample vcf file using bcftools consensus as :- First download variant and reference files as ``` bcftools view …
-
bcftools consensus
written by Giulia.cosenza •Good morning, I’m new in bioinformatics and I need some help with a task . I’m trying to create a consensus file fasta from a …
-
Clarification for bcftools consensus
written by dr_cfosterHi all, I have a `.vcf` file I generated using `bcftools mpileup` and then filtered to retain positions of interest. I now want to generate …
-
BCFTools - empty output
written by storm1907 •Hi, I need to convert vcf to fasta and after make multifasta file. However I am stuck in getting empty output files with this script …
-
bcftools consensus command
written by Begonia_pavonina •Hello everyone, I try to use the bcftools consensus command, but it seems something is missing. I have designed my commands on the two sources …
-
getting consensus sequence with bcftools failed
written by Heinrich_M •I want to extract the mapped regions out of bam files. So I tried bcftools. I have the current version of bcftools (V.19). I tried …
-
bcftools mpileup --max depth : What would be a reasonable setting for this option?
written by VBerHello! I am trying to extract the consensus sequence from a sorted BAM file that was got after alignment. The commands I will be using …
-
Getting a consensus sequence with bcftools
written by owenz •I am trying to update a script for using on Hep C viral data. I have used bwa and samtools to align to reference and …
-
bcftools consensus not working when using -H flag
written by kirannbishwa01I am trying to get both the left and right reference genome using a sample name in phase VCF file. This works: bcftools consensus -f …
it's clearly defined in the manual : http://samtools.github.io/bcftools/bcftools.html#consensus
So what is the meaning of "Using the --sample (and, optionally, --haplotype) option will apply genotype (haplotype) calls from FORMAT/GT"? What is the meaning of NA001 in the provided example? "bcftools consensus -i -s NA001 -f in.fa in.vcf.gz > out.fa " just a name or any file with specific format needed?
http://samtools.github.io/bcftools/bcftools.html#consensus
Is it a file or just a sample name? How to record these variants for this sample?
why don't you just try ?