Skip to content

Commit be0bbad

Browse files
Merge pull request #2 from uab-cgds-worthey/dummy_for_PR
Review prior to public release
2 parents 2602375 + 2d71544 commit be0bbad

File tree

10 files changed

+1097
-102
lines changed

10 files changed

+1097
-102
lines changed

.markdownlint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"indent": 2
55
},
66
"MD013": {
7-
"line_length": 120,
7+
"line_length": 170,
88
"tables": false
99
}
1010
}

.test/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

LICENSE.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

README.md

Lines changed: 19 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -5,81 +5,32 @@
55
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)
66
<!-- markdown-link-check-enable -->
77

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*
912
gene on the X-chromosome. XMEA patients develop a progressive muscle weakness caused by an impaired autophagy process
1013
resulting in the accumulation of vacuoles within skeletal muscle, liver and neurons.
1114

12-
* **Sashimi plot**
13-
* [ggsashimi_analysis](./src/ggsashimi_analysis)
14-
* **Differential gene expression analysis**
15-
* [dge_analysis](notebooks/dge)
16-
1715
## Requirements
1816

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)
3023

31-
The directory structure below shows the nature of files/directories used in this repo.
24+
## Analysis code in the respective folders
3225

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.
8028

81-
```
29+
- **Splicing visualization via sashimi plot**
30+
- [ggsashimi_analysis](./src/ggsashimi_analysis)
31+
- **Differential gene expression analysis**
32+
- [dge_analysis](./src/dge_analysis)
8233

83-
## Contributing
34+
## Manuscript preprint link
8435

85-
We welcome contributions! [See the docs for guidelines](./CONTRIBUTING.md).
36+
- medRxiv:

configs/.gitkeep

Whitespace-only changes.

docs/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)