genes_BWI {pubmed.mineR} | R Documentation |
Function to obtain the Buzz Word Index of Genes from the abstracts.
Description
This function provides the Buzz word index for each gene. The theme is the context in which the gene is studied for e.g. atherosclerosis. Using this function user can identify abstracts with emphasis on a given gene.
Usage
genes_BWI(currentabs, previousabs, theme, genes)
Arguments
currentabs |
|
previousabs |
|
theme |
|
genes |
|
Value
It returns a dataframe containig Genes with their corresponding BWI values.
Author(s)
S.Ramachandran
See Also
Examples
## Not run: test = genes_BWI(currentabs, previousabs, theme, genes)
## currentabs is an S4 object contaning the Abtracts for the year we want to study.
## previousabs is an S4 object contaning the Abtracts for the years previous
## than our query year for e.g. before 2015
## theme is a character value specifying the search.
## genes is a character vector of gene symbols.
[Package pubmed.mineR version 1.0.20 Index]