create_vcf | R Documentation |
Create GWAS vcf
create_vcf(
chrom,
pos,
nea,
ea,
snp = NULL,
ea_af = NULL,
effect = NULL,
se = NULL,
pval = NULL,
n = NULL,
ncase = NULL,
name = NULL
)
chrom |
chrom vector |
pos |
pos vector |
nea |
nea vector |
ea |
ea vector |
snp |
Optional vector |
ea_af |
Optional vector |
effect |
Optional vector |
se |
Optional vector |
pval |
Optional vector |
n |
Optional vector |
ncase |
Optional vector |
name |
Optional vector |
vcf object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.