I am currently working on multiple datasets where each is managed by a separate Seurat object. For each I'd like to also compute the marker genes using the FindAllMarkers function. Where would it be a good practice to save the markers returned from the FindAllMarkers function? I tried adding an extra slot to the Seurat object with no success.
I saw the calc.params slot and though I could add an item to that list. However, it doesn't seem like the right place as that slot is a list of the parameters used for the different functions executed on the data.
Currently I have some wrapping object that has a slot for the Seurat object and a slot for the results from the FindAllMarkers. Is there any better place to put it? Somewhere within the Seurat object?
calc.paramswhere it is designed in such a way where it is ok to add items to that list – Gilad Green Mar 26 '19 at 10:15