Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d-callan authored Nov 21, 2023
1 parent 6db06eb commit ee55d1b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ and separate column of nodes. Links between these two columns of nodes are weigh
## Currently, this is:
An R Shiny app that uploads a file and attempts to validate it. It will produce a histogram of correlation coefficients, and a histogram of (for now, dummy) p-values. There are inputs to filter the edges of the network by correlation coefficient and p-value. Currently, the edges are only visible in a table.
Run what I currently have, from R, like this: `shiny::runApp(launch.browser=T)`

## Some things I really need to do
Outside of playing w gpt-pilot, I think this is a cool app and want to do some housekeeping so that it can actually be destributed as a package. So I need to:
* document inline w roxygen yet
* update Imports in the DESC file
* clean up the test data/
* write some tests
* add a helper fxn to launch the app

0 comments on commit ee55d1b

Please sign in to comment.