run.owas | R Documentation |
Run OWAS
run.owas(
ctype,
gwas,
trait = "test",
ldpath,
path,
plinkpath,
chr = 1:22,
clump = T
)
ctype |
celltype |
gwas |
GWAS summary statistics, need to include rsid, chr, a1, a2, z, p (header is necessary) |
trait |
trait name |
ldpath |
path for plink bfiles for the chromosome-wise LD reference;(e.g. 1000 Genome Project) |
path |
specify the output path |
plinkpath |
chromosome, can be a integer or vector from 1 to 22, default=1:22 |
chr |
chromosome, can be a integer or vector from 1 to 22, default=1:22 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.