Description Usage Arguments Details See Also Examples
View source: R/addGrasp_function.R
addGrasp
returns a list with the nineteenth element as dataframe with GWAS data from the GRASP database grasp.nhlbi.nih.gov/.
1 |
mgl |
List; see |
range |
Number indicating distance upstream of start and downstream of stop that should be used for filtering SNPs. |
This gives basic information on trait associated variants as reported by the GRASP database for the gene of interest. It pulls data based on the position (i.e. any SNP that falls between the start and stop position). Note a wider range can be taken using the range flag.
Other elements: addAei
,
addAntisense
, addCisEqtl
,
addDnase
, addEnst
,
addExpression
, addGo
,
addGwasCatalog
, addLoc
,
addPtv
, addPubmed
,
addSqtlAltrans
, addSqtlSeek
,
addTransEqtl
, missNames
1 2 | ## Not run: buildFromRegion(chr = 2, start = 102314000, stop = 103435000) -> myMgl
## Not run: myMgl <- addGrasp(myMgl, range = 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.