Open stemangiola opened 2 years ago
- integrate the raw counts to
The integrated data group by dataset.
https://github.com/igrabski/sc-SHC
HERE WE MEET AGAIN WITH A REPORT OF ALL CLUSTERING TO CHOOSE THE BEST
cluster | dataset_1 | dataset_2 | ...
1 | 200 | 500 | ...
12 | 0 | 1200 | ...
cluster | cxell_type
1 | t_cell
1 | t_CD8_memory
1 | t_CD4_exhausted
2 | monocytes
for example
cluster 1 includes 5 datasets and includes, cd8_memory_t_cell
, cd8_memory_T_cell
, t_exhausted
, cd8_resident
. So you could assume this cluster cd8_memory_t_cell_exhausted
x_y_z
, x_y
> x_y_z
because x_y
is also present in another cluster, so the z flavour could distinguish this particular cluster.
- For each cluster, how many cell types
line seurat_clusters cell_types
Much better!
would you be able to annotate this atlas? One cell type per cluster?
Hello Stefano,
I’ll try it tomorrow, and test if the samples within the dataset need integration by plotting umap.
Best wishes, Xinpu
On Sep 11, 2022, at 6:13 PM, Stefano Mangiola @.**@.>> wrote:
Much better!
would you be able to annotate this atlas? One cell type per cluster?
— Reply to this email directly, view it on GitHubhttps://github.com/stemangiola/cellsig/issues/64#issuecomment-1242913765, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALBA44YNA4KWZ4AU2UL6DILV5WIBJANCNFSM54BXBJNA. You are receiving this because you commented.Message ID: @.***>
I’ll try it tomorrow, and test if the samples within the dataset need integration by plotting umap.
Good. remember to do things in parallel. One of these days you can present to the consortium meeting if you wish. Presenting your work.
- umap result (cluster resolution 2, pca 50 dimensions)
Try 100 pcs and plot the table.
@XpelC ,
this is a function to plot heatmap of the markers of just one cluster (with a balance sampling of cells to zoom onto that cluster)
gamma_delta_plot =
data_lymphoid %>%
get_markers_one_vs_all(
curated_cell_type_pretty %in% c("gamma_delta"),
cluster_col = "curated_cell_type_pretty",
assay = "SCT",
disp.min = 0, disp.max = 4, size=3
) +
viridis::scale_fill_viridis( option = "A")
source the attached file before
- For each cluster, how many cell types
(With breast cancer filtered)
seurat_clusters cell_types
Good, you can now use DoHeatmap from Seurat to annotate and check the clusters with their marker genes.
Do you want me to divide them into two groups first? (Epithelial and immune?)
On Sep 19, 2022, at 9:43 AM, Stefano Mangiola @.**@.>> wrote:
Good, you can now use DoHeatmap from Seurat to annotate and check the clusters with their marker genes.
— Reply to this email directly, view it on GitHubhttps://github.com/stemangiola/cellsig/issues/64#issuecomment-1250412714, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALBA444T3ZMOLZBQIUOCKZDV66SIZANCNFSM54BXBJNA. You are receiving this because you were mentioned.Message ID: @.***>
Hello @XpelC , we need to proceed fast.
1) Please address the macro clusters, the epithelial labelling is obviously including wrond microclusters. Please see and address this issue
https://github.com/stemangiola/cellsig/issues/69#issuecomment-1274126773
2) we mention for the heatmap:
I would expect points 1 and 2 done in one day. Please send me the fix of point one in the other github issue first to wait for my confirmation and then you will proceed with heatmapping.
we need to
1) integrate the raw counts to 2) cluster the data and 3) use the existing annotation to label each cluster.
Cell annotation
[ ] Re-annotate the Seurat cluster (resolution 0.6).
[ ] Look at each single cluster and look at cell types. If the cell types in one cluster do not agree with each other; increase the resolution (discuss with Stefano).
scSHC