Description Usage Arguments Value Author(s) Examples
View source: R/batchCallGeno.R
The genotype of each sample will be called according to their allele depth, and then the potential error will be fixed.
1 2 3 | batchCallGeno(x, CHROM, outdir = ".", window.size = 15,
low.count = 6, high.count = 24, fix.size = 5, pos.start = 6,
pdf.height = 4, pdf.width = 8)
|
x |
GT matrix |
CHROM |
chromosome vector |
outdir |
outdir |
window.size |
parameter of callWindowGeno |
low.count |
parameter of callWindowGeno |
high.count |
parameter of callWindowGeno |
fix.size |
parameter of fixGenoError |
pos.start |
position start index, for exmaple, the pos.start of chr1_1234 is 6, chr01_1234 is 7 |
pdf.height |
pdf width |
pdf.width |
pdf width |
A list object including genotype of each chromosome. It will also create PDF and CSV of these genotype.
Zhougeng xu
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.