genes_BWI: Function to obtain the Buzz Word Index of Genes from the...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/genes_BWI.R

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

1
genes_BWI(currentabs, previousabs, theme, genes)

Arguments

currentabs

currentabs an S4 object containing the Abtracts for the year we want to study. Output from currentabs_fn()

previousabs

previousabs an S4 object containing the Abstracts for years previous than our year of study. Output from previousabs_fn().

theme

theme a character value to categorize our search. For e.g. 'Atherosclerosis' from 'diabetes' Abstracts.

genes

genes list of genes.

Value

It returns a dataframe containig Genes with their corresponding BWI values.

Author(s)

S.Ramachandran

See Also

BWI

Examples

1
2
3
4
5
6
## 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.

pubmed.mineR documentation built on Nov. 26, 2021, 5:11 p.m.