Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 704 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 704 Bytes

BENG-203-Project

BENG 203 Project

Collaborators:

  • Boqi Wang
  • Banghua Xu
  • Laurel Li

Data Download

The data is hosted on Google Drive. To download it, please run the following command:

gdown --folder https://drive.google.com/drive/folders/1Yf9y6dfLx17lnGSRy97tdzISu54vk_FM

After downloading the data, please unzip the file and make sure the data in the datasets folder. The data should be organized as follows:

BENG-203-Project/
    ├── code/
    ├── datasets/
    │   ├── datasets_h5ad/
    │   ├── datasets_processed/
    │   ├── datasets_raw/
    │   ├── gencode.v46.basic.annotation.gtf
    ├── README.md
    ├── ...