Learn R Programming

pubmed.mineR (version 1.0.11)

xmlgene_atomizations: Gene atomization of xml abstracts.

Description

xmlgene_atomizations is used to fetch the list of genes from the xml abstracts

Usage

xmlgene_atomizations(m)

Arguments

m

an S4 object of class Abstracts, output from xmlreadabs.

Value

a list containing genes from the text with their frquency of occurence.

See Also

xmlreadabs

Examples

Run this code
# NOT RUN {
test = xmlgene_atomizations(xmlabs)
# }
# NOT RUN {
## xmlabs is an S4 object of class Abstracts i.e. output of xmlreadabs
# }

Run the code above in your browser using DataLab