Learn R Programming

nichenetr (version 0.1.0)

get_ncitations_genes: Get the number of times of gene is mentioned in the pubmed literature

Description

get_ncitations_genes: Get the number of times of gene is mentioned in the pubmed literature

Usage

get_ncitations_genes(file = "ftp://ftp.ncbi.nih.gov/gene/DATA/gene2pubmed.gz")

Arguments

file

A file containing a data frame denoting the pubmed ids in which a particular gene entrez of a particulat species is mentioned (variables: taxid, entrez, pubmedid). Default = "ftp://ftp.ncbi.nih.gov/gene/DATA/gene2pubmed.gz"

Value

A data.frame with following variables: entrez, ncitations, symbol,entrez_mouse, symbol_mouse

Examples

Run this code
# NOT RUN {
ncitations = get_ncitations_genes(file = "ftp://ftp.ncbi.nih.gov/gene/DATA/gene2pubmed.gz")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab