Closed yeroslaviz closed 2 months ago
Hi,
Not member of dev team but hopefully can be helpful. If you want to remove variable features you can just run:
VariableFeatures(OBJ) <- NULL
If you calculated Variable features using more than one method it's possible that you are pulling data from the wrong slot. You can manually adjust this using the method
parameter both when pulling features and plotting.
Best, Sam
After running the whole analysis on the complete data set, I need to concentrate the forward analysis on specific clusters. After
subset
ting the object, I'm trying to remove all unnecessary information from the bigger object, usingDietSeurat
and manually resetting some parameters.This gives me a new "clean" seurat obj:
But I can't get rid of the previously identified HVF. I re-run the workflow
But even though I can see in the plot more than the default 2000 variable features, I don't see it in the object itself
give me 2000, but the plot gives me many more (s. below):
What amI doing wrong?
thanks
Assa