powered by
get protein complexes
getPCGroups( Groups, Organism = c("Human", "Mouse", "Rat", "Mammalia", "Bovine", "Dog", "Rabbit"), Type = c("GeneSymbol", "EntrezID", "UniprotID") )
A data frame containing the protein complexes
Organism. one of Human, Mouse, Rat, Mammalia, Bovine, Dog, or Rabbit.
Human
Mouse
Rat
Mammalia
Bovine
Dog
Rabbit
The name type of the proteins in the protein complexes. One of GeneSymbol, EntrezID, UniprotID
GeneSymbol
EntrezID
UniprotID
A list of protein complexes
# NOT RUN { data(PCGroups) PC.Human <- getPCGroups(Groups = PCGroups, Organism = "Human", Type = "GeneSymbol") # }
Run the code above in your browser using DataLab