getUPKBInfo: Get Proteins from UniProtKB

View source: R/UniProtKB.R

getUPKBInfoR Documentation

Get Proteins from UniProtKB

Description

Get Proteins from UniProtKB

Usage

getUPKBInfo(up, proteins, col)

Arguments

up

The UniProt.ws Object

proteins

The list of UniProtKB Proteins ID to be retrieved

col

The list of attributes associated to the UniProtKB Entries to be retrieved

Value

a dataframe containing the protein entries with the selected attributes

Note

Should be preceded by UniProt.ws() to get the UniProt.ws Object To get the list of possible columns, you can call columns(UniProt.ws())

Examples

## Not run:  
up <- UniProt.ws()
getUPKBInfo(up,c("Q6ZS62","P14384"),c("protein_name","go")) 

## End(Not run) 

frankkramer-lab/Multipath documentation built on April 30, 2023, 6:08 p.m.