Skip to content

Commit

Permalink
fix plot_STclusters
Browse files Browse the repository at this point in the history
  • Loading branch information
oospina committed Aug 4, 2021
1 parent abe703d commit 189e60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot_STclusters.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ plot_STclusters <- function(x, plot_who=NULL, purity=F, color_pal='light', visiu

for(i in subjs){

subj_listid <- grep(paste0("sub", i, '$'), names(x@st_clusters$clust_dfs), value=T)
subj_listid <- grep(paste0("sub", i, "_"), names(x@st_clusters$clust_dfs), value=T)

for(s in subj_listid){

Expand Down

0 comments on commit 189e60d

Please sign in to comment.