alexyermanos / Platypus

R package for the analysis of single-cell immune repertoires
GNU General Public License v3.0
40 stars 16 forks source link

Rphenograph implementation using the vgm[["GEX"]] matrix #54

Closed zoqaiyum closed 1 year ago

zoqaiyum commented 1 year ago

Hi @alexyermanos @tudorcotet

I understand that UMAP, tSNE, and PCA projections are included in the vgm matrix object when understanding gene expression. However, I want to implement Phenograph clustering using Rphenograph (or any other supplementary package to Platypus). Could you please guide me through how I could obtain Phenograph clusters and visualize them using UMAP axes?

Thanks.

zoqaiyum commented 1 year ago

I figured it out, thanks anyway.