The general problem of multiomic data integration leads to unusual situations of data volume, complexity, and annotation. Metrics for comparing solutions are not readily available.
In the AmObjects package we use R's S4 object design disciplines to hide complexity from end-users and to provide hints so that model setup and results are easily used in workflows that will evolve over time.
In the following, iniobj
is a lossless representation
of the TCGA-LIHC_AMARETTOinit
constructed as a
small test case.
library(AmObjects) origlist = AmObjects::LIHC_AMARETTOinit names(origlist) iniobj = AmInit(origlist) iniobj
reslist = AmObjects::LIHC_AMARETTOresults names(reslist) resobj = AmResults(reslist) resobj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.