Description Usage Arguments Value Note See Also Examples
View source: R/xPierEvidence.r
xPierEvidence
is supposed to extract evidence from a list of
pNode objects, in terms of seed genes under genetic influence.
1 | xPierEvidence(list_pNode, target.query = NULL, verbose = TRUE)
|
list_pNode |
a list of "pNode" objects or a "pNode" object |
target.query |
which gene is in query. If NULL, all genes will be queried |
verbose |
logical to indicate whether the messages will be displayed in the screen. By default, it sets to true for display |
a data frame of nPair X 5 containing Gene-SNP pair info per context, where the 6 columns are "Gene" (seed genes), "SNP" (dbSNP), "Score" (an SNP's genetic influential score on a seed gene), "Context" (predictors), "Flag" (indicative of Lead SNPs or LD SNPs), and "Pval" (the SNP p-value)
none
1 2 3 4 5 | RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
## Not run:
df_Gene2SNP <- xPierEvidence(ls_pNode)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.