https://github.com/ginberg/dascombat_shiny_fit_operator
The Shiny version of the DasCOMBAT fit operator.
https://github.com/ginberg/dascombat_shiny_fit_operator
Last synced: 8 months ago
JSON representation
The Shiny version of the DasCOMBAT fit operator.
- Host: GitHub
- URL: https://github.com/ginberg/dascombat_shiny_fit_operator
- Owner: ginberg
- Created: 2022-02-14T14:52:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T08:05:15.000Z (over 4 years ago)
- Last Synced: 2025-03-16T01:27:12.027Z (over 1 year ago)
- Language: R
- Size: 83 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DasCombat Shiny fit operator
##### Description
The `dascombat_shiny_fit_operator` is the Shiny version of the oeprator to obtain
a fitted model based on the DasCOMBAT software developed at PamGene.
This fitted model can then be used to make predictions in the `dascombat_prediction_operator`.
##### Usage
Input projection|.
---|---
`y-axis` | type, description
`row` | type, description
`column` | type, description
`colors` | type, description
Output relations|.
---|---
`output_var` | character, name of the DASCOMBAT model (to be used with other dascombat_prediction_operator)
##### Screenshots

##### Details
Details on the computation can be found in the `pamgene::pgbatch` and `SVA::combat`
applications.
##### See Also
[dascombat_fit_operator](https://github.com/tercen/dascombat_fit_operator)
, [dascombat_prediction_operator](https://github.com/tercen/dascombat_prediction_operator)