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

View source: R/calculate_popularity_bias.R

get_ncitations_genesR Documentation

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

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

## End(Not run)


saeyslab/nichenetr documentation built on Sept. 7, 2024, 10:27 a.m.