getUPKBInteractions: Get the interactions of given proteins from UniProt

View source: R/UniProtKB.R

getUPKBInteractionsR Documentation

Get the interactions of given proteins from UniProt

Description

Get the interactions of given proteins from UniProt

Usage

getUPKBInteractions(up, proteins)

Arguments

up

The UniProt.ws Object

proteins

The list of proteins of which the interactions should be retrieved

Value

A dataframe containing the interactions between the given proteins

Note

Should be preceded by UniProt.ws() to get the UniProt.ws Object

Examples

## Not run:  
up=UniProt.ws()
interactions=getUPKBInteractions(up,c("P02747","P07204","P00734"))

## End(Not run)

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