Genewise {pubmed.mineR} | R Documentation |
Genewise
reports the number of abstracts for given gene(s) name(s)
Genewise(object, gene)
object |
An S4 object of class Abstracts |
gene |
a character input of gene name(HGNC approved symbol) |
This function will report the number of abstracts containing the query gene term(s) [HGNC approved symbols], and the result is saved in a text file "dataout.txt". Genewise() will report numbers of abstracts only. The abstracts themselves for corresponding gene names can be obtained using searchabsL() and searchabsT.
Genewise will return an R object containing the abstracts for given gene, and a text file named "dataout.txt" containing the number of abstracts
S. Ramachandran, Jyoti Rani
## Not run: Genewise(x, "TLR4")
## here 'x' contains the S4 object of Abstracts.