Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Python and miniconda for MOFA+ #585

Merged
merged 5 commits into from
Jul 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions inst/pages/integrated_learner.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ model_concat <- SL_fit_concat$fitLibrary[[1]]$object
# Append the corresponding y and X to the results
SL_fit_concat$Y <- sample_metadata['Y']
SL_fit_concat$X <- fulldat

```

Finally, we consider the intermediate fusion approach, which combines ideas
Expand Down Expand Up @@ -499,7 +498,6 @@ Finally, we visualize the results for the top 20 features for each layer based
on the intermediate fusion.

```{r visualization3, fig.width = 6, fig.height = 7}
#### Change the pathway
# Only plot 20 features per layer
DD <- DD %>%
group_by(view) %>%
Expand Down Expand Up @@ -531,8 +529,8 @@ p <- DD %>%
p
```

Based on the bar plot, we observe that \emph{Proteobacteria_bacterium_CAG.139}
Based on the barplot, we observe that \emph{Proteobacteria_bacterium_CAG.139}
is the species most positively associated, while \emph{Gemmiger_formicilis} is
the most negatively associated species. Additionally, L-lysine biosynthesis VI
is the pathway most positively associated, and PYRIDNUSCYN-PWY: NAD biosynthesis
I (from aspartate) is the pathway most positively associated, respectively.
I (from aspartate) is the pathway most positively associated, respectively.
Loading