Entering edit mode
6.9 years ago
scottschu97
▴
20
I am plotting a PCA of some tissue samples that I have. The tissue types are: Macula Retina MacRPE Cornea
Right now when I use this plot_pca function my PCA shows all tissue types. Is there something I can add to this function to exclude one or multiple tissue types?
# Plot Basic PCA:
plot_pca(so, color_by = 'tissue', point_size = 7)