Entering edit mode
23 months ago
Andy
▴
120
Good morning everyone,
I am intend to draw a Venn graph. But I have a huge trouble to find the elements to draw it. In my dataset, there are two conditions of the samples. I want to check the different expression of gene markers in these two condition patients, but I failed to find the elements.
I hope you guys could give me some suggestions on how to find the same elements in my dataset.
Best
Andy
Well, what did you try?
I tried to use findallmarker() function, but I got an empty .csv file.
I also tried the way like we find the sub cluster, but I did not know why it says cannot find the idents, but I use table(data@active.ident) to check, and my ident is there.
This is the code I used for find sub cluster.
Well, you don't seem to have a category called "organ", so what exactly are you expecting that subset command to do?
Since I am thinking my organ ident include pancreatic, kidney, liver, lung and skine, and I should set idents="organs".
I think you meant I should set idents="pancreatic"? like this to find the subset?
I got your point!
I got the data finally!
ðŸ˜