Skip to content

Code used for conducting a meta study about DelVGs

Notifications You must be signed in to change notification settings

LohmannJens/DIP_meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

DelVG meta study

This is the code for the analyses performed in the publication ().

setup

Before running the with different datasets the repository needs to be set up accordingly.

  1. create a file .config.json in the root of the repository with the following structure:
    {
     "DATAPATH": "/path/to/datasets",
     "RESULTSPATH": "/path/to/results"
    }
    
  2. Put your data in the folder that is defined in DATAPATH. Each each publication should get a new folder and in this folder each SRA entry is a single .csv file. To generate datasets the DI identification pipeline by Alnaji et al. can be used.
  3. Install all dependencies. This can be done by conda using the following command:
    conda env create --file=env.yml
    

About

Code used for conducting a meta study about DelVGs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published