getUniProtSTATS {biomartr} | R 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 |
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)
[Package biomartr version 1.0.7 Index]