Simplified Inference of Phenotype-relevant Regulatory Networks
This is the Knowledge Engine for Genomics (KnowEnG), an NIH BD2K Center of Excellence, Simplified InPheRNo Pipeline.
Example Data File | Requirements |
---|---|
/TF_Ensemble.csv | csv/tsv, no-header - names of regulators (TFs) |
/Pvalue_gene_phenotype_interest.csv | csv/tsv, genes x 1-p-value (with header) |
/expr_sample.csv | csv/tsv, gene/TF x samples |
Example Data File | Format |
---|---|
/Network_statistic.csv | csv, genes x genes |
/Network_pvalue.csv | csv genes x genes |
- Clone this repository to your directory with all KnowEnG python3 libraries installed.
git clone https://github.com/dlanier/Simplified_InPheRNo_Pipeline.git
- Change to the Simplified_InPheRNo_Pipeline/test directory.
cd Simplified_InPheRNo_Pipeline/test
- Set up the environment.
make env_setup
- Run the default data to test the installation.
make run_InPheRNo_simplified
-
Use steps 1 - 3 above to setup the environment and place the template yaml file in the run_directory.
-
Edit the yaml file to reflect your input and output directory and input file names.
-
Run step 4 above.