Node_obj_FreqIn {bioCancer} | R Documentation |
Attribute interaction frequency to node size
Node_obj_FreqIn(geneList)
geneList |
A list of gene symbol |
A data frame with node attributes
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)