Description Usage Arguments Value
View source: R/createkohonen.R
This function depends on the package "kohonen" to infer a SOM from toxicogenomic data.
1 2 3 | create_tox_universe(dslist, logFC_frame, dimens = 60,
dist.fct = "manhattan", alpha = c(0.8, 0.005), includearchive = T,
seed = 2312, output = T)
|
dslist |
A list of ELists with smoothed logFC data to include in the learning procedure. |
logFC_frame |
data.frame with additional logFC to include for map learning |
dimens |
The dimension of the SOM (default: 60) |
dist.fct |
The distance function to be used (default: manhattan) |
alpha |
learning parameter for SOM (default: 0.8, 0.005) |
includearchive |
logical, should published toxicogenomic data be included into SOM (default: T) |
seed |
The seed to be used for the intial map |
output |
logical, should analytical plots be given |
A result list containing the som_model, the final input dataset (dataset.SOM), compiled metadata, and ProbeIDs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.