Closed HelenaLC closed 3 years ago
Current plan from meeting:
warning()
s with stop()
scolData
-replacement in colData<-
, SpatialExperiment
and vignette(assigned @lmweber to cover documentation, including some examples of invalid/valid replacements, and demonstrating how to cbind
e.g. 2 experiments each with section1/2 as sample IDs; the rest is still open)
fixed via #50
Issue
In previous versions, the
colData
-replacement method assured that replacing thesample_id
column incolData
only passed provided thatCurrently, breaking any of these gives a
warning()
, but the replacement is carried out regardless. As a result, entries inimgData
are no-longer mappable to the cells, since sample IDs can be removed, arbitrarily reordered, or overwritten with a different number unique IDs.Proposal
Revert to the previous replacement implementation, which
stop()
s invalid replacementsample_id
s