getRemote: INTERNAL FUNCTION: Load source remotly

Description Usage Arguments Value Author(s)

View source: R/dataRetrieval.R

Description

Will attempt to see if the source is a valid uniprot page. Will return a status_code to determine if successful, and if so, parse XML data

Usage

1
2
3
4
getRemote(
  source,
  url = paste0(paste0("https://www.uniprot.org/uniprot/", source), ".xml")
)

Arguments

source

Protein UniProt keycode

url

URL source to search

Value

List of XML data

Author(s)

George Zorn, george.zorn@mail.utoronto.ca


zzaassaa2/uniprotProteinView documentation built on Jan. 1, 2021, 1:55 p.m.