Learn R Programming

wrProteo (version 1.13.1)

inspectSpeciesIndic: Inspect Species Indictaion Or Group of Proteins

Description

This function inspects its main argument to convert a species indication to the scientific name or to return all protein-accession numbers for a name of a standard collection like UPS1.

Usage

inspectSpeciesIndic(x, silent = FALSE, debug = FALSE, callFrom = NULL)

Value

This function returns a character vector

Arguments

x

(character) species indication or name of collection of proteins (so far only UPS1 & UPS2)

silent

(logical) suppress messages

debug

(logical) display additional messages for debugging

callFrom

(character) allows easier tracking of messages produced

See Also

getUPS1acc;

Examples

Run this code
inspectSpeciesIndic("Human")
inspectSpeciesIndic("UPS1")

Run the code above in your browser using DataLab