Description Usage Arguments Value
Open PLINK .bed file and create gene mapping.
1 | read_bed(path, ref = "hg19", maxgap = 10000, select = "all")
|
path |
Path to .bed file with or without extension. |
ref |
Reference genome. One of "hg18", "hg19", "hg38", "mm8", "mm9", "mm10", "rn5", "rn6". |
maxgap |
Maximum allowed distance between SNP and gene. |
select |
How should SNPs near multiple genes by mapped? Use "all" to use all hits. Use "nearest" to use only nearest gene. |
A BEDData
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.