getYeastUniProtInfo: gets yeast UniProt info from UniProt URL and saves to local...

getYeastUniProtInfoR Documentation

gets yeast UniProt info from UniProt URL and saves to local file

Description

This function simply loads a list of the yeast genes in the Swiss UNIPROT database and saves it as a file

Usage

getYeastUniProtInfo(
  URL = "https://www.uniprot.org/docs/yeast.txt",
  path = "uniprot.txt"
)

Arguments

URL

The web location of the file. Defaults to 'https://www.uniprot.org/docs/yeast.txt'

path

The directory path to store the file Defaults to "uniprot.txt" in working directory.


RobertJDReid/bobhelpR documentation built on July 7, 2023, 9:02 a.m.