extractSentences | R Documentation |
DataGeNET.Psy
object.PsyGeNET contains a list of sentences that support a gene-disease
association from public literature. The internal table of a
DataGeNET.Psy
object contains this information. The method
extractSentences
allows to extract those sentences that support a
gene-disease association given a DataGeNET.Psy
object and a disorder
of interest.
extractSentences(object, disorder, verbose)
## S4 method for signature 'DataGeNET.Psy'
extractSentences(object, disorder, verbose = FALSE)
object |
Object of class |
disorder |
The disorder of interest. Only those sentences supporting a gene-disease association with this specific disorder will be extracted. Disorder must be provided by using "Disease Id" or "Disease Name". The "Disease Id" can be provided with or without the "uml" tag. Example of a "Disease Name": "schizophrenia"; Example of a "Disease Id": "umls:C0036341", that is equivalent of using "C0036341". |
verbose |
If set to |
A data frame showing the sentences.
DataGeNET.Psy
: Get sentences or evidences
data(qr)
extractSentences(qr, "Depression")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.