View source: R/Link_pathway_blocks_gwas.R
Link_pathway_blocks_gwas | R Documentation |
Link pathway blocks region and gwas summary snps Takes block information, potentially independent LD pathway_blocks or gene blocks,
Link_pathway_blocks_gwas(
Pagwas,
chrom_ld = NULL,
singlecell = T,
celltype = T,
backingpath,
n.cores = 1
)
Pagwas |
Pagwas format, deault is NULL. |
chrom_ld |
LD data for 22 chromosome. |
singlecell |
whether to run singlecell progress |
celltype |
whether to run celltype progress |
backingpath |
file address for bk files, no "/" in the end. |
n.cores |
cores for regression |
Pagwas list of blocks for snp to gene and pathway score.
Chunyu Deng
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.