Skip to content
Snippets Groups Projects
Commit f1f51abc authored by Benjamin Knight's avatar Benjamin Knight
Browse files

dummy commit round two

parent 838b0edc
No related merge requests found
...@@ -1782,6 +1782,7 @@ server <- function(input, output, session) { ...@@ -1782,6 +1782,7 @@ server <- function(input, output, session) {
} }
if (input$group=="idents") { if (input$group=="idents") {
print("the user wants the idents")
seuratObject=changeIdents(seuratObject$seuratObject,'idents') seuratObject=changeIdents(seuratObject$seuratObject,'idents')
topMarkers=clusters.markers %>% group_by(cluster) topMarkers=clusters.markers %>% group_by(cluster)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment