Skip to content

Commit

Permalink
add GSE72056_exp_df.tsv
Browse files Browse the repository at this point in the history
  • Loading branch information
mtello22 committed Dec 8, 2023
1 parent cd8acf5 commit 0165fde
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions tSNEviz/data/GSE72056_cell_metadata.tsv
Git LFS file not shown
4 changes: 2 additions & 2 deletions tSNEviz/data/GSE72056_donor_metadata.tsv
Git LFS file not shown
2 changes: 1 addition & 1 deletion tSNEviz/data/GSE72056_exp_df.tsv
Git LFS file not shown
6 changes: 3 additions & 3 deletions tSNEviz/reactive_doc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ selectInput("color_var",
label = "Choose a variable to color:",
choices = c("Malignant" = "malignant",
"Celltype" = "cell"),
selected = "Celltype")
selected = "cell")
color_df <- data.table(
Expand Down Expand Up @@ -128,7 +128,7 @@ Please note that the subset of cells used to generate the last tSNE will be used
color_df <- data.table(
Variable = factor(x = c("Yes", "No", levels(cell_dt$cell), levels(cell_dt$tumor_id)),
levels = c("Yes", "No", levels(cell_dt$cell), levels(cell_dt$tumor_id))),
Color = factor(c(brewer.pal(8, "Set3"), brewer.pal(8, "Dark2"), brewer.pal(11, "Paired")))
Color = factor(c(brewer.pal(8, "Set3"), brewer.pal(3, "Dark2")))
)
Expand All @@ -139,7 +139,7 @@ inputPanel(
checkboxGroupInput("celltypes", label = "Cell types:",
choices = celltypes, selected = celltypes),
checkboxGroupInput("tumor_id", label = "Tumors to include:",
choices = sort(tumors), selected =c("78","79","80","81","84","88")),
choices = sort(tumors), selected =c("79","80","84")),
actionButton("updatePlot", "Generate tSNE plot")
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ account: mtello
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 10748803
bundleId: 8023382
bundleId: 8023592
url: https://mtello.shinyapps.io/reactive_doc/
version: 1
asMultiple: FALSE
Expand Down

0 comments on commit 0165fde

Please sign in to comment.