Node_obj_FreqIn: Attribute interaction frequency to node size

Description Usage Arguments Value Examples

View source: R/Reactome.R

Description

Attribute interaction frequency to node size

Usage

1
Node_obj_FreqIn(geneList)

Arguments

geneList

A list of gene symbol

Value

A data frame with node attributes

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
r_data <- new.env()
r_data[["FreqIn"]] <- structure(list(Genes = c("ATM", "ATR", "BRCA1", "BRCA2", "CHEK1",
"CHEK2", "FANCF", "MDC1", "RAD51"), FreqSum = c(0.04, 0.05, 0.05,
 0.03, 0.05, 0.04, 0.03, 0.03, 0.02)), .Names = c("Genes", "FreqSum"),
 class = "data.frame", row.names = c(NA, -9L))
 ## Not run: 
GeneList <- whichGeneList("DNA_damage_Response")
nodeObj <- Node_obj_FreqIn(GeneList)

## End(Not run)

bioCancer documentation built on Nov. 8, 2020, 6:26 p.m.