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

Add support for TreeSE #349

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

TuomasBorman
Copy link

Issues

Change(s) made

This PR implements support for TreeSummarizedExperiment. This allos the following workflow:

library(mia)
data("Tengeler2020")
tse <- Tengeler2020

tse <- preprocess_data(dataset = tse, outcome_colname = "patient_status")

res <- run_ml(
    tse, "rf", altexp = "preprocessed", assay.type = "preprocessed",
    outcome_colname = "patient_status")

Checklist

(Strikethrough any points that are not applicable.)

  • Write unit tests for any new functionality or bug fixes.
  • Update docs if there are any API changes:
    • roxygen comments
    • vignettes
  • Update NEWS.md if this includes any user-facing changes.
  • The check workflow succeeds on your most recent commit. This is always required before the PR can be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for TreeSE?
1 participant