Skip to content

Commit

Permalink
Begin RGP analyses tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjarnoux committed Nov 23, 2023
1 parent 8404437 commit dde306c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Those RGPs can be further divided in conserved modules by panModule ([Bazin et a
tutorial/prepEnv
tutorial/inputData
tutorial/workflows
tutorial/AnalyseRGP
```

```{toctree}
Expand Down
17 changes: 17 additions & 0 deletions docs/tutorial/AnalyseRGP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Region of genomic plasticity prediction
## Predict the region of genomic plasticity from the partitioned pangenome graph

"Regions of genome plasticity (**RGPs**) are clusters of genes located in highly variable genomic regions. Most of them arise from HGT and correspond to genomic islands (GIs)." [Bazin et al. 2020](https://doi.org/10.1093/bioinformatics/btaa792)

We are going to start from the partitioned pangenome graph build in the [previous step](#build-and-partition-a-pangenome-graph).

You can predict the RGP with PPanGGOLiN with this command:

```
ppanggolin rgp -p B_janonicum_results/pangenome.h5
```

As explain before, PPanGGOLiN will predict and store the RGPs in the pangenome file. Follow the

## Analyse RGPs predicted by PPanGGOLiN
### Get the list of RGPs predicted by PPanGGOLiN

0 comments on commit dde306c

Please sign in to comment.