Views
No views yet
1neo4j stop
2neo4j-admin database load neo4j --from=/path/neo4j.dump --force
3neo4j startenvironment.yml file. You can install it with a single command as follows:1conda env create -f environment.yml -n myenv
2conda activate myenv1common_cids.csv --Information containing the CIDs, SMILES representations, and the 12 toxicity prediction results of the common molecules shared by Tox21 and the knowledge graph
2gnn_input_fp.csv --Information containing CIDs and five different molecular fingerprints
3filtered_triples.csv --Complete triplet information of molecules with shared CIDs
4gnn_input_genes.csv --Gene list file
5gnn_input_pathways.csv --File containing the pathway list
6compound_master.csv --Contains CID, SMILES, {fingerprint_cols…}, and {12 toxicity columns}python gcn2-bac.py --epochs 1000 --hidden 512 --heads 4python gat2-bac.py --epochs 1000 --hidden 512 --heads 4python train_gps_gine_cv.py --epochs 1000 --hidden 512 --heads 4python train_hgt_cv.py --epochs 1000 --hidden 128 --lr 5e-4 --embed_dim 321python train_hran_pos_weight_cv.py \
2 --gene_col geneSymbol --pathway_col pathwayId \
3 --epochs 1000 --hidden 5121python train_rgcn_cv2.py \
2 --gene_col geneSymbol --pathway_col pathwayId \
3 --epochs 1000 --hidden 512