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
I think what you're asking is for the ability to subset idents using one set of metadata, and the group cells in the subset using a second set of metadata. This is similar to combining the split.by and group.by parameters in some other Seurat functions (DimPlot for example), but we have not implemented split.by for PlotFootprint() yet. I think this is a feature request rather than a bug.
@Connorr0 I'm trying to do the same thing with my own data—did you ever find a way to plot footprints of a particular subset of cells without rerunning the footprint function on the subset?
(also seconded, would love split.by in the PlotFootprint() function)
I am not sure if this is a bug or a feature request. Since the documentation implied that this should work I put it in as a bug.
I was hoping to take a subset of cells (Progenitors), split them by dataset of origin, then plot a footprint.
To do this I ran the following code:
I then got this error:
Error in vector(mode = "numeric", length = npos * ngroup) : invalid 'length' argument
Individually the following plots work fine:
Also, the table command shows that I should have cells for the groups I was looking for:
Is there a way to do this that does not involve rerunning footprints on the subset?
Thanks for the help, awesome package!
The text was updated successfully, but these errors were encountered: