powered by
official_fn is used to fetch the sentences containing official gene symbol from HGNC.
official_fn
official_fn(genes, abs, filename, terms)
It will return a text file containing corresponding official gene symbol.
genes is output of gene_atomization, or a table containing HGNC gene symbols in first column with its frequency in second column.
genes
abs an S4 object of class Abstracts.
abs
filename specifies the name of output file.
filename
terms second query term to be searched in the same sentence (co-occurrence) of abstracts.
terms
S.Ramachandran
if (FALSE) { official_fn(genes, diabetes_abs, "genes", c("diabetic nephropathy", "DN")) } ## genes output of gene_atomization()
Run the code above in your browser using DataLab