ArcInstitute / ScreenPro2

Flexible analysis of high-content CRISPR screening
https://screenpro2.rtfd.io
Other
16 stars 1 forks source link

Principal component analysis (PCA) of guide level phenotypes #9

Closed abearab closed 2 months ago

abearab commented 7 months ago

Once .pdata is available, this is as simple as using scanpy PCA analysis code:

  sc.pp.pca(screen.pdata)
  sc.pl.pca(screen.pdata,color='score',size=240,alpha=.8, frameon=True)