Learn R Programming

UniprotR (version 1.0.2)

GetProteinAnnontate: Connect and parse UniProt information.

Description

The function is work to retrieve user-defined information data from UniProt for a list of proteins accessions For more information see https://www.uniprot.org/help/uniprotkb_column_names

Usage

GetProteinAnnontate(ProteinAccList , columns)

Arguments

ProteinAccList

a vector of UniProt Accession/s

columns

a vector of UniProtKB column names

Value

DataFrame where rows names are the accession and columns contains the information retrieved from the UniProt

Examples

Run this code
# NOT RUN {
Obj <- GetProteinInteractions("O14520")

# }

Run the code above in your browser using DataLab