Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aritra90 authored Nov 6, 2023
1 parent 73be1f2 commit 083bb9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geno4sd/topology/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CuNA
CuNA or Cumulant-based Network Analysis finds higher-order genotype-phenotype relationships from multi-omic data with EHR information across different thresholds of statistical significance.

## Prerequisites
CuNA uses the Julia library [Cumulants.jl](https://github.com/iitis/Cumulants.jl) which in turn requires Julia to be in your `PATH` variable. Install Julia from the [Julia software page](https://julialang.org/downloads/) and set your `PATH` as `export PATH=$PATH:_path_to_julia_`

## Input
CuNA takes a csv file as input with the features in columns and samples in rows (see `./sample_data/CuNA_TCGA_sample_data.csv`). It is multithreaded and takes an argument for number of threads
Expand Down

0 comments on commit 083bb9d

Please sign in to comment.