hmartiniano / go_genes_semsim_parallel

R script to calculate a gene semantic similarity matrix for approved HGNC genes using the GOSemSim package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go_genes_semsim_parallel

R script to calculate a gene semantic similarity matrix for approved HGNC genes using the GOSemSim package

Usage

Create a conda environment

conda env create -n go -f environment.yml

Download hgcn file

wget ftp://ftp.ebi.ac.uk/pub/databases/genenames/new/tsv/hgnc_complete_set.txt

Activate conda environment

conda activate go

Run script

bash ./run.sh

About

R script to calculate a gene semantic similarity matrix for approved HGNC genes using the GOSemSim package

License:GNU General Public License v3.0


Languages

Language:R 71.2%Language:Shell 28.8%