getUniProtSTATS: Retrieve UniProt Database Information File (STATS)

View source: R/getUniProtSTATS.R

getUniProtSTATSR Documentation

Retrieve UniProt Database Information File (STATS)

Description

The UniProt stores a STATS file to summarise all available information for their reference proteomes. Users can now download this file and process it with biomartr.

Usage

getUniProtSTATS(update = FALSE)

Arguments

update

shall the internal cachedir file be deleted and the STATS file freshly downloaded from the UniProt FTP servers?

Author(s)

Hajk-Georg Drost

Examples

## Not run: 
# retrieve STATS file from UniProt
uniprot_info <- getUniProtSTATS(update = TRUE)
# look at results
uniprot_info

## End(Not run)

HajkD/biomartr documentation built on Dec. 9, 2023, 7:25 p.m.