Skip to content

Commit

Permalink
Fixed links to the mbarq-app
Browse files Browse the repository at this point in the history
  • Loading branch information
ASintsova committed Mar 21, 2024
1 parent bc9a4c3 commit abe82fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The main steps of the workflow involve:
1. Mapping each barcode to insertion location in the genome.
2. Profiling barcode abundances across samples.
3. Mutant fitness analyses.
4. Exploratory analysis using [mBARq web app]([https://mbarq-app.herokuapp.com/](https://microbiomics.io/tools/mbarq-app/))
4. Exploratory analysis using [mBARq web app](https://microbiomics.io/tools/mbarq-app/)

## Installation:

Expand Down
2 changes: 1 addition & 1 deletion docs/explore.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Explore


[mBARq Web App](https://mbarq-app.herokuapp.com/) allows quick and easy interactive exploration of your BarSeq experiment.
[mBARq Web App](https://microbiomics.io/tools/mbarq-app/) allows quick and easy interactive exploration of your BarSeq experiment.


## Visualise barcode positions across the genome
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The main steps of the workflow involve:
3. Mutant fitness analyses.
4. Exploratory analysis using `mBARq web app`_

.. _mBARq web app: https://mbarq-app.herokuapp.com/
.. _mBARq web app: https://microbiomics.io/tools/mbarq-app


.. include:: install.md
Expand Down
2 changes: 1 addition & 1 deletion docs/salmonella.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ mkdir results
mbarq analyze -i library_11_1_mbarq_merged_counts.csv -s sample_data.csv -c control_strains.csv --treatment_column day --baseline d0 -o results

```
`mbarq analyze` creates a folder containing `library_11_1_mbarq_merged_counts_rra_results.csv` that lists log fold changes (LFC) and false discovery rates (FDR) for each gene in the library. You can upload this file to the [mBARq App](https://mbarq-app.herokuapp.com/) to create heatmaps, perform functional analysis, and visualize the results in the context of KEGG metabolic maps.
`mbarq analyze` creates a folder containing `library_11_1_mbarq_merged_counts_rra_results.csv` that lists log fold changes (LFC) and false discovery rates (FDR) for each gene in the library. You can upload this file to the [mBARq App](https://microbiomics.io/tools/mbarq-app/) to create heatmaps, perform functional analysis, and visualize the results in the context of KEGG metabolic maps.



Expand Down

0 comments on commit abe82fd

Please sign in to comment.