Replies: 1 comment 3 replies
-
Can you tell us more about the difference between the objects and why they don't have the same feature sets? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am a Seurat rookie and I have a question regarding data normalization. I have two individual Seurat Objects, let us say A and B, for which the features in the RNA assay are not identical. I have merged A and B into a combined Seurat Object, and then proceeded with Seurat workflow. When you run NormalizeData, counts from A and B are normalized separately.
My Question is: Is there a way to normalize A B data together? If not, would it be wrong to create, from the start, a single AB dataset where genes present in A but not in B, and vice versa, would have 0 counts in all cells from the set in which they are not accountable?
Please note I used filtered data from CellRanger to create the Seurat object. Alternatively, I guess I could use the raw data, which brings up more questions, but I'd rather leave it like this by now. My post is long enough as it is.
Thanks for your help!
Regards,
David
Beta Was this translation helpful? Give feedback.
All reactions