View source: R/find_qtl_bygene.R
This is an utility query to find all the QTLs for a specific gene. It assumes that all the analyses for which entity_type is not null are QTLs
1 2 | find_qtl_bygene(geneId, cutoff = 2e-05,
dbc = getOption("gtx.dbConnection", NULL))
|
geneId |
Gene to search. Recommended to use Ensembl ID. The function will try to infer gene symbols, but result may not be correct. |
cutoff |
Only return QTLs below this p-value threshold |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.