Skip to content

Commit

Permalink
Merge pull request #1014 from JunxiangXu/suite_dev
Browse files Browse the repository at this point in the history
loss of igprah call in identifying TMA
  • Loading branch information
RubD authored Aug 16, 2024
2 parents 9aa3293 + 6981e24 commit db1219e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/spatial_clusters.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

# add vertices that were missing from g back
if(!is.null(all_ids)) {
missing_ids = all_ids[!all_ids %in% V(g)$name]
missing_ids = all_ids[!all_ids %in% igraph::V(g)$name]
missing_membership = data.table::data.table('cell_ID' = missing_ids, 'cluster_name' = missing_id_name)
data.table::setnames(missing_membership, c("cell_ID", clus_name))
membership = data.table::rbindlist(list(membership, missing_membership))
Expand Down

0 comments on commit db1219e

Please sign in to comment.