annotate.gsp {gespeR} | R Documentation |
Query Biomart HGNC symbols for the entrez identifiers of estimated GSPs. Currently, only implemented for species "hsapiens".
## 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
data(stabilityfits) gspA <- gsp(stabilityfits$A) ## Not run: annotate.gsp(gspA) ## End(Not run)