inst/shiny/ui-tab-vln.R

tabItem(tabName = "vlnplot",
         fluidRow(
          #column(12,
           column(12,
                  h3(strong("Vln Plot (Filter Cells)")),
                  p("Note that low.thresholds and high.thresholds are used to define a 'gate'"),
                  p("Select thresholds to filter cells"),
                  column(12,selectizeInput("subsetNames", label="Subset Names",
                                           choices=NULL,
                                           multiple=TRUE)
                  ),
                  uiOutput("vlnPlotsUI"),
                  hr(),
                  actionButton("filterCells","Filter Cells (within thesholds)",class = "button button-3d button-block button-pill button-primary button-large", style = "width: 100%")
                  ),

           column(12,
                  hr(),
                  h3(strong("Gene Plot")),
                  p("GenePlot is typically used to visualize gene-gene relationships.",
                  a(href = "https://satijalab.org/seurat/pbmc3k_tutorial.html", target = "_blank", "See tutorial for examples/details")),
                  withSpinner(plotOutput(outputId = "GenePlot"))
                  )
         #)
         )

)
nasqar/SeuratWizard documentation built on Sept. 24, 2019, 2:02 p.m.