View source: R/calculate_popularity_bias.R
get_ncitations_genes | R Documentation |
get_ncitations_genes
: Get the number of times of gene is mentioned in the pubmed literature
get_ncitations_genes(file = "ftp://ftp.ncbi.nih.gov/gene/DATA/gene2pubmed.gz")
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" |
A data.frame with following variables: entrez, ncitations, symbol,entrez_mouse, symbol_mouse
## Not run:
ncitations = get_ncitations_genes(file = "ftp://ftp.ncbi.nih.gov/gene/DATA/gene2pubmed.gz")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.