|
5 | 5 | Markdown](https://github.com/uab-cgds-worthey/cgds_repo_template/actions/workflows/linting.yml/badge.svg)](https://github.com/uab-cgds-worthey/cgds_repo_template/actions/workflows/linting.yml) |
6 | 6 | <!-- markdown-link-check-enable --> |
7 | 7 |
|
8 | | -X-linked myopathy with excessive autophagy (XMEA) is caused by loss-of-function (LoF) pathogenic variants in the VMA21 |
| 8 | +**Manuscript:** Multi-omics analysis identifies a novel *VMA21* gene variant that dysregulates RNA splicing causing rare |
| 9 | +X-linked myopathy with excessive autophagy |
| 10 | + |
| 11 | +X-linked myopathy with excessive autophagy (XMEA) is caused by loss-of-function (LoF) pathogenic variants in the *VMA21* |
9 | 12 | gene on the X-chromosome. XMEA patients develop a progressive muscle weakness caused by an impaired autophagy process |
10 | 13 | resulting in the accumulation of vacuoles within skeletal muscle, liver and neurons. |
11 | 14 |
|
12 | | -* **Sashimi plot** |
13 | | - * [ggsashimi_analysis](./src/ggsashimi_analysis) |
14 | | -* **Differential gene expression analysis** |
15 | | - * [dge_analysis](notebooks/dge) |
16 | | - |
17 | 15 | ## Requirements |
18 | 16 |
|
19 | | -:pencil2: What are the requirements to install and run the project. |
20 | | - |
21 | | -## How to install |
22 | | - |
23 | | -:pencil2: Add installation instructions here. |
24 | | - |
25 | | -## How to run |
26 | | - |
27 | | -:pencil2: Add run instructions here. This includes necessary configurations as well as the commands used. |
28 | | - |
29 | | -## Repo's directory structure |
| 17 | +- [R](https://www.r-project.org/) version 4.2.3 (2023-03-15) |
| 18 | +- [Rstudio](https://posit.co/download/rstudio-desktop/) version 2023.03.0+386 |
| 19 | +- [ggsashimi](https://github.com/guigolab/ggsashimi) |
| 20 | +- [DESeq2 R package](https://bioconductor.org/packages/release/bioc/html/DESeq2.html) |
| 21 | +- [ggplot2 R package](https://ggplot2.tidyverse.org/) |
| 22 | +- [EnhancedVolcano R package](https://github.com/kevinblighe/EnhancedVolcano) |
30 | 23 |
|
31 | | -The directory structure below shows the nature of files/directories used in this repo. |
| 24 | +## Analysis code in the respective folders |
32 | 25 |
|
33 | | -```sh |
34 | | -$ tree -a cgds_repo_template/ |
35 | | -cgds_repo_template |
36 | | -├── CHANGELOG.md <- Log of changes made |
37 | | -│ |
38 | | -├── CONTRIBUTING.md <- Contribution guidelines |
39 | | -│ |
40 | | -├── LICENSE.md <- License for the repo |
41 | | -│ |
42 | | -├── README.md |
43 | | -│ |
44 | | -├── .gitignore <- Specifies intentionally untracked files to ignore by git |
45 | | -│ |
46 | | -├── .editorconfig <- Helps maintain consistent coding styles for multiple users working on the same project across |
47 | | -│ various editors and IDEs. See https://editorconfig.org/ for more info |
48 | | -│ |
49 | | -├── .markdownlint.json <- Markdown linting config |
50 | | -│ |
51 | | -├── .pylintrc <- Python linting config |
52 | | -│ |
53 | | -├── configs <- Dir to store config files. Conda env, requirements.txt, etc. |
54 | | -│ |
55 | | -├── data <- Dir structure from http://drivendata.github.io/cookiecutter-data-science. Please give it a read. |
56 | | -│ ├── external <- Data from third party sources |
57 | | -│ ├── interim <- Intermediate data that has been transformed |
58 | | -│ ├── processed <- The final, canonical datasets and results |
59 | | -│ └── raw <- The original, immutable data dump |
60 | | -│ |
61 | | -├── docs <- Dir to store documentation. |
62 | | -│ |
63 | | -├── notebooks <- Dir to store Jupyter, R Markdown notebooks, etc. |
64 | | -│ |
65 | | -├── src <- Dir to store source code for use in this project |
66 | | -│ |
67 | | -├── .github |
68 | | -│ ├── ISSUE_TEMPLATE <- Github issue templates |
69 | | -│ │ ├── bug_report.md |
70 | | -│ │ └── feature_request.md |
71 | | -│ ├── PULL_REQUEST_TEMPLATE <- Github PR templates |
72 | | -│ │ └── pull_request_template.md |
73 | | -│ └── workflows <- Github actions workflows for automated processes (eg. linting, etc) |
74 | | -│ └── linting.yml |
75 | | -│ |
76 | | -├── .test <- Dir to store test datasets |
77 | | -│ └── README.md |
78 | | -│ |
79 | | -└── logs <- Dir to store log files |
| 26 | +Scripts and notebooks utilized as part of this study are listed below. Please see them for files (gene annotation, |
| 27 | +etc.) necessary to run them successfully. |
80 | 28 |
|
81 | | -``` |
| 29 | +- **Splicing visualization via sashimi plot** |
| 30 | + - [ggsashimi_analysis](./src/ggsashimi_analysis) |
| 31 | +- **Differential gene expression analysis** |
| 32 | + - [dge_analysis](./src/dge_analysis) |
82 | 33 |
|
83 | | -## Contributing |
| 34 | +## Manuscript preprint link |
84 | 35 |
|
85 | | -We welcome contributions! [See the docs for guidelines](./CONTRIBUTING.md). |
| 36 | +- medRxiv: |
0 commit comments