Description Usage Arguments Value Author(s) See Also Examples
Query Biomart HGNC symbols for the entrez identifiers of estimated GSPs. Currently, only implemented for species "hsapiens".
1 2 3 4 5 | ## S4 method for signature 'Phenotypes'
annotate.gsp(object, organism = "hsapiens")
## S4 method for signature 'gespeR'
annotate.gsp(object, organism = "hsapiens")
|
object |
A |
organism |
String indicating the biomaRt organism |
data.frame containing gene identifier, gene symbol and phenotypic score
Fabian Schmich
1 2 3 4 5 6 | data(stabilityfits)
gspA <- gsp(stabilityfits$A)
## Not run:
annotate.gsp(gspA)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.