Installation instructions for COVID TA project
Modeling after Angela Pisco's tutorial: https://github.com/czbiohub/cellxgene-training
Cellxgene documentation for reference: https://chanzuckerberg.github.io/cellxgene/posts/install
Make sure you have Google Chrome working on your computer
Assuming you're working from a clean MacOS environment:
Download: https://www.anaconda.com/products/individual
Installation instructions: https://docs.anaconda.com/anaconda/install/mac-os/
Spotlight search (command+space bar): terminal
pip install scanpy
pip install louvain
pip install cellxgene
https://drive.google.com/drive/u/0/folders/1rCXJjCX5fN2_7YH2k-hmjGF7WUGEbo3Q
Save .h5ad files to your folder of choice. This folder will contain your annotations from cellxgene so make sure you know where it is!
This is the step you will do every time you want to use cellxgene
For example, if my .h5ad is in ~/Documents/COVID_TA:
cd ~/Documents/COVID_TA
cellxgene launch [path-to-your-object/name-object.h5ad] --experimental-enable-reembedding --open
Trick to launch h5ad if you don't know the specific path:
Open a finder window right next to the terminal window. Select the h5ad file in finder and drag it to terminal.
Any annotations you make in cellxgene will save in a csv file in your working directory and then we can merge the annotations back into the object afterwards.
press ctrl+c