Skip to content

Commit 189e60d

Browse files
committed
fix plot_STclusters
1 parent abe703d commit 189e60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/plot_STclusters.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ plot_STclusters <- function(x, plot_who=NULL, purity=F, color_pal='light', visiu
4141

4242
for(i in subjs){
4343

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

4646
for(s in subj_listid){
4747

0 commit comments

Comments
 (0)