prevsymbol_fn {pubmed.mineR} | R Documentation |
To extract the sentences containing Previous symbols of HGNC genes.
Description
prevsymbol_fn
will return the sentences containing previous symbols of the genes from the abstracts using HGNC data.
Usage
prevsymbol_fn(genes, data, abs, filename, terms)
Arguments
genes |
|
data |
|
abs |
|
filename |
|
terms |
|
Value
It returns a text file containing gene symbol with corresponding previous symbols.
Author(s)
S.Ramachandran
See Also
Examples
## Not run:
prevsymbol_fn(genes, data, diabetes_abs, "prevsym", c("diabetic nephropathy", "DN"))
## End(Not run)
[Package pubmed.mineR version 1.0.20 Index]