Shiny App for the omnideconv package. #toBeContinued
devtools::install_github("omnideconv/DeconvExplorer")
# install.packages("DeconvExplorer") # for later
DeconvExplorer()
# start app and upload data in one step
DeconvExplorer(bulkExpressionData, SingleCellData, CellTypeAnnotations, BatchIDs)
The Following formats are allowed for uploading data:
- txt
- csv
- tsv
- rds
For more information about DeconvExplorer and omnideconv please visit https://github.com/omnideconv