Description Usage Arguments Value Author(s) References See Also Examples
kda2himmeli.colorize
assigns color to each node of the given
module. If a node belongs to more than one module, different colors will
be assigned to that node, as each color representing one module (shared
nodes are illustrated as pie charts in the graph).
1 | kda2himmeli.colorize(noddata, moddata, modpool, palette)
|
noddata |
node information of the entire graph |
moddata |
module data including node (member gene) list |
modpool |
unique module list including significant key drivers |
palette |
assigned unique color map for all modules |
res |
data frame including the assigned color labels for the nodes of the given module. If a node is concurrently member of many modules, many colors will be assigned to that node (one color for each of these modules) |
Ville-Petteri Makinen
Shu L, Zhao Y, Kurt Z, Byars SG, Tukiainen T, Kettunen J, Orozco LD, Pellegrini M, Lusis AJ, Ripatti S, Zhang B, Inouye M, Makinen V-P, Yang X. Mergeomics: multidimensional data integration to identify pathogenic perturbations to biological systems. BMC genomics. 2016;17(1):874.
1 2 3 4 5 6 7 8 9 | ## Trace module memberships for each KD
## If a KD is member of multiple modules, assign multiple colors to it
## Also consider the locus pval of the top locus of each KD (by valdata)
## We need to know data of all possible modules and all possible module ids
## to assign multiple colors(sectors) to a KD when needed
if(exists("valdata"))
cat("Marker pvalues will be used to determine node sizes
in the network illustration")
# noddata <- kda2himmeli.colorize(valdata, job.kda$moddata, modpool, palette)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.