alias_fn {pubmed.mineR} | R Documentation |
To extract sentences containing Alias of the Human Genes from Pubmed abstracts.
Description
alias_fn
This function returns the sentences containing alias of gene and the user given terms from the Abstracts using HGNC gee data table.
In this sense this function is a 2 Dimensional search.
Usage
alias_fn(genes, data, abs, filename, terms)
Arguments
genes |
|
data |
|
abs |
|
filename |
|
terms |
|
Value
An output file containing sentences with aliases of genes.For convenience both the official symbol and the corresponding alias are written in the output. The PMID of the corresponding Abstract containing the extracted sentence also appears just before the sentence. Note that multiple sentences from different abstracts are clubbed together under one gene alias that appears in those sentences.
Author(s)
S.Ramachandran
See Also
Examples
## Not run: alias_fn(genes,data,myabs,"nephro_",c("diabetic nephropathy","kidney disease"))
## genes output of gene_atomization()