names_fn {pubmed.mineR} | R Documentation |
To extract the sentences in asbtracts containing gene names from HGNC.
Description
names_fn
matches the gene symbols to gene names and extract from HGNC.
Usage
names_fn(genes, data, abs, filename, terms)
Arguments
genes |
|
data |
|
abs |
|
filename |
|
terms |
|
Value
It returns an output file containing genes with their corresponding gene names and sentences with co-occurrences if any.
Author(s)
S.Ramachandran
Examples
## Not run:
names_fn(genes, data, diabetes_abs, "names", c("diabetic nephropathy", "DN"))
## End(Not run)
## genes output of gene_atomization()
[Package pubmed.mineR version 1.0.20 Index]