manhattanPlot | R Documentation |
produce a manhattan plot for a given study, based on specific coordinates or gene symbol with radius for flanking region
manhattanPlot( studyID = "ubm-a-524", symbol = "BCAN", start = NULL, stop = NULL, chromosome = NULL, radius = 0, datasource = gwidf_2021_01_30 )
studyID |
character(1) id of study in ieugwasr::gwasinfo() catalog, defaults to "ubm-a-524", which is a study described in Elliott et al Nature October 2018 |
symbol |
a gene symbol (to be used with |
start |
chromosomal address to start region (will have radius subtracted if supplied) |
stop |
chromosomal address to end region (will have radius added if supplied) |
chromosome |
name of chromosome in Ensembl nomenclature (e.g., 1, 2, ...) |
radius |
numeric default to zero, specifies flanking region |
datasource |
data.frame that includes study identifier |
manhattanPlot(radius=500000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.