Skip to content

Commit

Permalink
Merge pull request #11 from BiomedSciAI/aritra90-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
f-utro authored Nov 6, 2023
2 parents 35f8ba0 + 083bb9d commit 798c07a
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 798c07a

Please sign in to comment.