Node_obj_FreqIn: Attribute interaction frequency to node size

View source: R/Reactome.R

Node_obj_FreqInR Documentation

Attribute interaction frequency to node size

Description

Attribute interaction frequency to node size

Usage

Node_obj_FreqIn(geneList)

Arguments

geneList

A list of gene symbol

Value

A data frame with node attributes

Examples

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)


kmezhoud/bioCancer documentation built on Feb. 17, 2024, 10:29 a.m.