You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
molecules(me, assayName = "detected", flatten = TRUE) shows that feature_name still ends up being the column name. But it should be feature_id. This is apparent when using the ggplot_me functions:
-byFillargument still needs feature_names. Should be changed to feature_id
Also:
geom_polygon_me should accept assay names different than "cell" as the default, or at least warn user.
The text was updated successfully, but these errors were encountered:
molecules(me, assayName = "detected", flatten = TRUE)
shows that feature_name still ends up being the column name. But it should be feature_id. This is apparent when using theggplot_me
functions:-
byFill
argument still needsfeature_names
. Should be changed tofeature_id
Also:
The text was updated successfully, but these errors were encountered: