Entering edit mode
3.3 years ago
benjigamer_713
•
0
Hello,
I'm new to seurat and bioinformatics in general. I've been doing data analysis on cells that have 5 different feeding conditions.
After following the seurat pbmc tutorial, I made a violin plot showing the expression of a genetic marker, but I realized that one of my clusters only has cells for 4 of the conditions. There were almost 12k cells in total, so this did not make much sense to me as I thought all clusters would definitely have all conditions expressed. Is this possible?
Can you share your code and some basic QC plots, like a
DimPlot
of your samples split by condition, grouped by clusters, etc. It's difficult to give any advice without this information.Okay so I used the raw data from NCBI GEO website and called it arc.data. Then, I created a seurat object
Then I created some violin plots. The object has over 20k cells btw. I subsetted it just for neurons later, but these violin plots are for the entire thing.
I followed the pbmc tutorial for cut-offs (used 5600 nfeatures), data normalization, scaling, pca, umap.
I hope I don't need to continue with all the other code because it's basically the pbmc tutorial in seurat. But after I finished with everything, I clustered the cells, and made a list of the neurons
After, I removed doublets with the doubletFinder function. I made an object by subsetting for the singlets:
There were 11 current identities: arc1, arc2, arc3, Chow, FemaleFasted, MaleFasted, FemaleFed, High Fat, Fasted, MaleFed, Refed. I renamed these with:
Fast forward, I went through the cycle of redoing the pbmc tutorial (scale, pca, umap, etc.). I used 0.7 and 13 dimensions resolution to cluster.
I set the assay to "RNA", then I searched for conserved markers in each cluster. As a sample:
Now the problem is that when I did it with cluster 13, I got the following error:
Also, after I subsetted for identity 13 (cluster 13) and made an object called cluster13.cells, I made a violin plot to see the distribution of a genetic marker in control ad high fat conditions, but this happens: