Skip to content

Commit

Permalink
Update the upset plot
Browse files Browse the repository at this point in the history
  • Loading branch information
fouodo committed Jul 17, 2024
1 parent 9062d18 commit c17c403
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 17 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Installation from Github:
devtools::install_github("imbs-hl/fuseMLR")
```

CRAN release coming soon.

### Usage
For usage in R, see ?fuseMLR in R. Most importantly, see the Examples section.

Expand Down Expand Up @@ -52,13 +50,16 @@ tl_meta_layer <- TrainMetaLayer$new(id = "meta_layer", train_study = train_study
```R
train_data_geneexpr <- TrainData$new(id = "geneexpr",
train_layer = tl_geneexpr,
data_frame = entities$training$geneexpr[-10, ])
data_frame = entities$training$geneexpr)
train_data_proteinexpr <- TrainData$new(id = "proteinexpr",
train_layer = tl_proteinexpr,
data_frame = entities$training$proteinexpr)
train_data_methylation <- TrainData$new(id = "methylation",
train_layer = tl_methylation,
data_frame = entities$training$methylation)

# Upset plot of the study
train_study$upset(order.by = "freq")
```

#### Variable selection
Expand Down
Binary file modified data/entities.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion man/NewData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/NewLayer.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/NewMetaLayer.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/NewStudy.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ParamLrner.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ParamVarSel.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/PredictData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/PredictLayer.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/PredictMetaLayer.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/PredictStudy.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/TrainData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/TrainLayer.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/TrainMetaLayer.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/TrainStudy.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c17c403

Please sign in to comment.