getPCGroups {PCLassoReg} | R Documentation |
get protein complexes
Description
get protein complexes
Usage
getPCGroups(
Groups,
Organism = c("Human", "Mouse", "Rat", "Mammalia", "Bovine", "Dog", "Rabbit"),
Type = c("GeneSymbol", "EntrezID", "UniprotID")
)
Arguments
Groups |
A data frame containing the protein complexes |
Organism |
Organism. one of |
Type |
The name type of the proteins in the protein complexes. One of
|
Value
A list of protein complexes
Examples
data(PCGroups)
PC.Human <- getPCGroups(Groups = PCGroups, Organism = "Human",
Type = "GeneSymbol")
[Package PCLassoReg version 1.0.0 Index]