extract | R Documentation |
DataGeNET.Psy
and JaccardIndexPsy
.Obtain the raw data from a PsyGeNET's query stored in a
DataGeNET.Psy
object or the raw data with all the Jaccard Index for
the disease of interest of an JaccardIndexPsy
object.
extract(object, ...)
## S4 method for signature 'DataGeNET.Psy'
extract(object)
## S4 method for signature 'JaccardIndexPsy'
extract(object, order.cl = "pval", ...)
object |
Object of class |
... |
NO USED |
order.cl |
Order resulting |
A data.frame
containing the raw result from PsyGeNET or
a data.frame
with the result Jaccard Index for each disease.
A data.frame
containing the raw result from PsyGeNET
A data.frame
with the result Jaccard Index for each disease.
DataGeNET.Psy
: Extract function for DataGeNET.Psy
JaccardIndexPsy
: Extract function for JacardIndexPsy
data(qr)
extract(qr)[1:2, ] # get internat data.frame
## Not run:
#Being x an JaccardIndexPsy
extract(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.