Skip to content

Commit

Permalink
tagged version
Browse files Browse the repository at this point in the history
  • Loading branch information
baj12 committed Nov 1, 2019
1 parent e13065f commit edceb81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: SCHNAPPs
Type: Package
Title: Single Cell Shiny Application for Analysing Single Cell Transcriptomics Data
Version: 1.1.22
Version: 1.1.23
Authors@R: c(person("Bernd", "Jagla", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-7696-0484")))
Maintainer: Bernd Jagla <[email protected]>
Description: Single Cell sHiny APPlication (SCHNAPPs) is a R/Shiny based application to interact, manipulate, explore, and analyze single cell RNA-seq experiments, including MARS-seq and others.
Expand Down
2 changes: 1 addition & 1 deletion inst/app/moduleServer.R
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ tableSelectionServer <- function(input, output, session,
}

ns <- session$ns

nsStr = ns("-")
dataTables <- dataTab()
selectedRows <- input$cellNameTable_rows_selected
scEx <- scEx()
Expand Down
11 changes: 2 additions & 9 deletions inst/app/reactives.R
Original file line number Diff line number Diff line change
Expand Up @@ -1025,11 +1025,7 @@ gsRMGenesTable <- reactive({
)
}
# load("~/SCHNAPPsDebug/removedGenesTable.RData")
<<<<<<< HEAD

=======

>>>>>>> GUI2

scEx <- assays(dataTables$scEx)[[1]]
fd <- rowData(dataTables$scEx)
dt <- fd[useGenes, ]
Expand All @@ -1043,10 +1039,7 @@ gsRMGenesTable <- reactive({
firstCol <- firstCol <- c(firstCol, which(colnames(dt) %in% c("rowSums", "rowSamples")))
colOrder <- c(firstCol, (1:ncol(dt))[-firstCol])
dt <- dt[, colOrder]
<<<<<<< HEAD

=======
>>>>>>> GUI2

# dt <- dt[dt$rowSums < minGenes, ]
exportTestValues(removedGenesTable = {
as.data.frame(dt)
Expand Down

0 comments on commit edceb81

Please sign in to comment.