getUPKBInfo: Get Proteins from UniProtKB

View source: R/UniProtKB.R

getUPKBInfoR Documentation

Get Proteins from UniProtKB

Description

Get Proteins from UniProtKB

Usage

getUPKBInfo(proteins, col)

Arguments

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

To get the list of possible columns, call queryup::returnfields and check the field column"

Examples

## Not run:  
getUPKBInfo(c("Q6ZS62","P14384"),c("protein_name","go")) 

## End(Not run) 

frankkramer-lab/Multipath documentation built on June 12, 2025, noon