getPCGroups: get protein complexes

Description Usage Arguments Value Examples

View source: R/getPCGroups.R

Description

get protein complexes

Usage

1
2
3
4
5
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 Human, Mouse, Rat, Mammalia, Bovine, Dog, or Rabbit.

Type

The name type of the proteins in the protein complexes. One of GeneSymbol, EntrezID, UniprotID

Value

A list of protein complexes

Examples

1
2
3
data(PCGroups)
PC.Human <- getPCGroups(Groups = PCGroups, Organism = "Human",
Type = "GeneSymbol")

PCLassoReg documentation built on Oct. 26, 2021, 5:07 p.m.