powered by
official_fn is used to fetch the official gene symbol from HGNC.
official_fn
official_fn(genes, abs, filename, terms)
genes is output of gene_atomization, a table containing gene with its frequency.
genes
abs an S4 object of class Abstracts.
abs
filename specifies the name of output file.
filename
terms query term to be search in the abstracts. This is to restrict our search for particular theme from the abstracts
terms
It will return a text file containing corresponding official gene symbol.
# NOT RUN { official_fn(genes, diabetes_abs, "prevsym.txt", c("diabetic nephropathy", "DN") # } # NOT RUN { ## genes output of gene_atomization() # }
Run the code above in your browser using DataLab