Skip to content

Commit

Permalink
Update server.R
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanlizhanshi committed Dec 27, 2023
1 parent f321dcb commit c090670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scLT/server.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
obj_metadata_list <- readRDS('obj_metadata_list.rds')
coretable <- readxl::read_xlsx('scLTdb summary.xlsx')[1:9]
coretable <- readxl::read_xlsx('scLTdb summary.xlsx')[c(1:6,8,9)]
coretable$species <- as.factor(coretable$species)
coretable$tissue <- as.factor(coretable$tissue)
coretable$Technology <- as.factor(coretable$Technology)
Expand Down

0 comments on commit c090670

Please sign in to comment.