write.bed | R Documentation |
Using this function to generate blockwise LD matrix
write.bed(
ldpath = NULL,
path,
type.len = "len",
len = 5,
type.gene = "gene",
gene.region = NULL
)
ldpath |
path for plink bfiles for the chromosome-wise LD reference;(e.g. 1000 Genome Project) |
path |
specify the output path |
type.len |
'len'/'snp' |
len |
length (kb/number of SNPs) |
type.gene |
'gene'/'wg': by gene TSS or whole genome |
gene.region |
regulatory region of the gene (a data.frame with columns: V1(chr),V2(start),V3(end),V4(gene name)) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.