gene_atomization: To Extract Genes from the Abstracts

Description Usage Arguments Details Value Author(s) Examples

View source: R/gene_atomization.R

Description

gene_atomization will automatically fetch the genes (HGNC approved Symbol) from the text and report their frequencies. presently only HGNC approved symbols are used.

Usage

1

Arguments

m

An S4 object of class Abstracts

Details

The function writes a text file with file name "data_table.txt". The function gene_atomization() is used to obtain the name of genes along with their frequencies of occurence.

Value

A tab delimited table containing gene name and their frequencies of occurrence.

Author(s)

S.Ramachandran, Jyoti Rani

Examples

1
2
3
4
5
## Not run: gene_atomization(myabs)
## here myabs is an S4 object of class 'Abstracts'containing the abstracts
## uses older version of HGNC data (https://www.genenames.org/) by default. 
## users may also use other functions such as official_fn and related 
## family of functions for deeper data mining.

Example output



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