Welcome to your shiny new codespace! We've got everything fired up and running for you to explore Python and Jupyter notebooks.
In this domain we do Hyp phenotype data mining and analysis.
codespaces-jupyter/
├── LICENSE
├── README.md
├── data # raw pheno data
│ └── Phenotype_Master21_22.xlsx
├── images # result images output here
│ └── result.png
├── notebooks # codes
│ ├── classicPCA.ipynb # py notebook for classic PCA process
│ ├── ezPCA.ipynb # py notebook for ez PCA
│ ├── norm.ipynb # py notebook for normalization of data
│ └── phenoNJ.ipynb # R notebook
└── requirements.txt