Description Usage Arguments Value
View source: R/callWindowGeno.R
get genotype of a chrom of single sample
1 2 3 4 5 6 7 | callWindowGeno(
x,
window.type = "number",
window.size = 15,
low = 0.2,
high = 0.8
)
|
x |
data.frame |
window.type |
"number" ,"kb" two types of call window default is number |
window.size |
window size dafalut is 15 |
low |
default is 0.2 |
high |
default is 0.8 |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.