GetProteinInteractions {UniprotR} | R Documentation |
Connect and parse UniProt protein Interactions information.
Description
The function is work to retrieve protein Interactions data from UniProt for a list of proteins accessions.For more information about what included in the protein Interactions data see https://www.uniprot.org/help/return_fields.
Usage
GetProteinInteractions(ProteinAccList , directorypath = NULL)
Arguments
ProteinAccList |
Vector of UniProt Accession/s |
directorypath |
path to save excel file containig results returened by the function. |
Value
DataFrame where rows names are the accession and columns contains the information of protein Interactions from the UniProt
Note
The function also, Creates a csv file with the retrieved information.
Author(s)
Mohmed Soudy Mohamed.soudy@57357.com and Ali Mostafa ali.mo.anwar@std.agr.cu.edu.eg
Examples
Obj <- GetProteinInteractions("ProteinAccession")
[Package UniprotR version 2.4.0 Index]