-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.Rmd
50 lines (33 loc) · 2.36 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# Background
This repository contains analysis code for the publication found [here](https://pubmed.ncbi.nlm.nih.gov/34309761/), which applied paired bulk-tissue and single-nucleus RNA-sequencing to anterior cingulate cortex samples derived from 28 individuals, including healthy controls and Lewy body disease cases.
Analyses were shared between two groups, thus code herein relates to:
- Processing and analysis bulk-tissue RNA-sequencing data
- Generation of sLDSC outputs
- Generation of manuscript figures
Code used to process and analyse single-nucleus RNA-sequencing data and to generate H-MAGMA outputs is available at: https://github.com/rahfel/snRNAseqProcessingSteps.
# Citation
If you use any of the code or data from this repository, please cite our [paper](https://pubmed.ncbi.nlm.nih.gov/34309761/).
# License
The code in this repository is released under an MIT license. This repository is distributed in the hope that it will be useful to the wider community, but without any warranty of any kind. Please see the [LICENSE](LICENSE) file for more details.
# Code contents
All `.Rmd`s can be viewed as interactive `.html`s here: https://rhreynolds.github.io/LBD-seq-bulk-analyses/.
Within this repository you will otherwise find:
| Directory | Description |
| --------- | --------------------------------------------------------------------------- |
| [docs](docs) | Contains all `.Rmd`s and their corresponding `.html`s describing analyses performed for this project. These can be view interactively at: https://rhreynolds.github.io/LBD-seq-bulk-analyses/|
| [man](man) | Contains a figure used in [overview.Rmd](docs/overviews/RNAseq_workflow_tissue.Rmd) |
| [misc_scripts](misc_scripts) | Contains analysis scripts that were run separate from `.Rmd`s. Each script contains a one-line description and is also referenced in its corresponding `.Rmd`. |
| [nohup_logs](nohup_logs) | For any scripts that were run outside of an `.Rmd` (e.g. scripts from the [misc_scripts](misc_scripts) directory), a log file was recorded and can be accessed here. |
| [R](R)| Various functions called in [docs](docs) and [misc_scripts](misc_scripts). |