Description Usage Arguments Note
View source: R/get_compound_hetz_ko.R
manually open the phased GT of each individual in the context of a gene, to figure out which one are compound hetz. todo: rework for smarter, less laborious. todo: also allow single homozygous (trans) variants
1 2 3 4 5 6 7 8 9 10 11 12 |
vcf |
a phased vcf file. |
vcf.col.chr |
integer. column for chromosome. |
vcf.col.rsid |
integer. |
ref |
a reference file with at least the follwoing columns: chr, bp, rsid, gene |
ref.col.chr |
integer. |
ref.col.rsid |
integer. |
ref.col.gene |
gene. |
ref.col.info |
info column wheree entries are seperated by '|' |
verbose |
boolean. |
verbose.iter |
how often should iter be printed. |
VCF is expected to have a header. Thus, use fwrite(.., header = T).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.