Ver código fonte

read me

master
LUYAO REN 6 anos atrás
pai
commit
d42a54c0b5
1 arquivos alterados com 1 adições e 3 exclusões
  1. +1
    -3
      README.md

+ 1
- 3
README.md Ver arquivo

@@ -8,8 +8,6 @@ FreeBayes is haplotype-based, in the sense that it calls variants based on the l

FreeBayes uses short-read alignments for any number of individuals from a population and a reference genome to determine the most-likely combination of genotypes for the population at each position in the reference. It reports positions which it finds putatively polymorphic in variant call file format. It can also use an input set of variants (VCF) as a source of prior information, and a copy number variant map (BED) to define non-uniform ploidy variation across the samples under analysis. [1]

This pipeline uses BWA-MEM mapper from Sentieon and caller Freebayes.

####**Freebayes default setting:**

`-C` variants supported by at least 2 observations in a single sample
@@ -69,7 +67,7 @@ freebayes-parallel <(fasta_generate_regions.py ref.fa.fai 100000) 36 \
--genotype-qualities -f ref.fa aln.bam >var.vcf
```

This pipeline is for Quartet, if you have bam files, please refer to <http://choppy.3steps.cn/renluyao/FreeBayes>

####**Reference**


Carregando…
Cancelar
Salvar