Skip to content

Commit

Permalink
COMP: yet another lib
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Aug 12, 2024
1 parent e7675b9 commit 494395e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Suggests:
ggplot2,
glasso,
ggpubr,
ggdendro,
grid,
hdf5r,
igraph,
Expand All @@ -58,6 +59,7 @@ Suggests:
Matrix,
mFilter,
moments,
patchwork,
pixmap,
png,
pracma,
Expand Down
4 changes: 3 additions & 1 deletion vignettes/simlr_interpretation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,13 @@ popdf = data.frame( age = outcome, cog=outcome1, mat1, mat2, mat3 )
temp2=apply_simlr_matrices( popdf, simres2,
center=TRUE, scale=TRUE, absolute_value=rep(TRUE,length(matlist)) )
simnames=temp2[[2]]
zz=exploratory_visualization( antsrimpute(temp2[[1]][, temp2[[2]]]) )
zz=exploratory_visualization( temp2[[1]][, temp2[[2]]], dotsne=FALSE )
print( zz$plot )
```

Now we can icorporate the "modalities" in order to predict the simulated outcome matrix.
Note that contributions exist from each modality in the regression (in some cases). This
is one of the advantages of SiMLR: it provides systematic guidance for building these types of integrative models.

```{r dataintegration2,fig.width=12,fig.height=6.5}
# multi-view regression
Expand Down

0 comments on commit 494395e

Please sign in to comment.