diff --git a/README.md b/README.md index 348a17f..09d00b6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Multioviz is a free, user-friendly, interactive platform that facilitates *in si ## Quickstart: 3 usages Multioviz has three usages: To (1) visualize ranked molecular features as GRNs -(see steps [here](https://github.com/lcrawlab/multio-viz/blob/main/README.md#a-visualize-ranked-molecular-features-as-a-grn)) and (2) perturb GRNs for *in silico* hypothesis testing (see steps [here]()). The user can also (3) integrate their own computational method that performs feature selection and perturbation through the multioviz R package (see steps [here](https://github.com/lcrawlab/multio-viz/blob/main/README.md#c-integrate-feature-selection-and-prioritization-method)). +(see steps [here](https://github.com/lcrawlab/multio-viz/blob/main/README.md#a-visualize-ranked-molecular-features-as-a-grn)) and (2) perturb GRNs for *in silico* hypothesis testing (see steps [here](https://github.com/lcrawlab/multio-viz/blob/main/README.md#b-generate-a-perturbable-grn-to-test-hypotheses-in-silico)). The user can also (3) integrate their own computational method that performs feature selection and perturbation through the multioviz R package (see steps [here](https://github.com/lcrawlab/multio-viz/blob/main/README.md#c-integrate-feature-selection-and-prioritization-method)). 1. For (1), to quickly visualize a GRN, press "Load Demo Files" and press "RUN" to see the GRN! - To load your own data, under the "Visualize" drop down (side bar), upload the [required inputs](#a-visualize), set network preferences, and click "RUN" to visualize the user's data. See the [visualization instructions](#a-visualize-ranked-molecular-features-as-a-grn) for a detailed walk-through.