Skip to content

Latest commit

 

History

History
executable file
·
30 lines (20 loc) · 744 Bytes

File metadata and controls

executable file
·
30 lines (20 loc) · 744 Bytes

DeconvExplorer

R-CMD-check

Shiny App for the omnideconv package. #toBeContinued

Installation

devtools::install_github("omnideconv/DeconvExplorer")
# install.packages("DeconvExplorer") # for later

Usage

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