Entering edit mode
21 months ago
gorizwango
▴
30
How can I remove a particular entry in my metadata table in Seurat? Like I have a dataframe named seu which has different objects assessed through @, and in each object we have several entries which can assessed through $.
seu@meta.data[["percent.globin"]]
So, if I need to remove an entry inside metadata object, how can I do that?
Thanks for the help mate. it worked.