Skip to content

nickzren/human-gene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human Gene

This repository processes NCBI gene information, extracting data for protein-coding genes, and saves it in a CSV file.

Execution

conda env create -f environment.yml 

conda activate human-gene

bash download.sh

python process.py

Input

  • Homo_sapiens.gene_info.gz
    • The file from NCBI is a compressed archive containing detailed information on genes.

Output

  • protein_coding_gene.csv
    • The output file is a CSV containing extracted data on protein-coding genes from the NCBI dataset.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published