-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.Rmd
35 lines (24 loc) · 1.26 KB
/
index.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
---
title: "Systematic Review of Human Postmortem Immunohistochemical Studies and Bioinformatics Analyses Unveil the Complexity of Astrocyte Reaction in Alzheimer’s Disease"
description: |
We performed a systematic review of the neuropathological literature followed by bioinformatics analyses to reveal the complexity of AD reactive astrogliosis.
site: distill::distill_website
output:
distill::distill_article:
toc: true
---
```{r include = FALSE, eval = FALSE}
# to render website
library(rmarkdown)
library(distill)
render_site()
# to remove files
clean_site()
```
# Dependencies
To run our code, please install the [R](https://www.r-project.org/) programming language and statistical computing environment (version 4.1.0). Additional required packages are specified in each script.
<a href="https://www.r-project.org/" target="_blank" rel="noreferrer noopener"><img src="https://img.shields.io/badge/Language-R-276DC3?style=for-the-badge&logo=r" alt="ayushnoori" align="center"/></a>
# Documentation
To read our documented code, please visit [www.serranopozolab.org/astrocyte-review](https://www.serranopozolab.org/astrocyte-review).
# Code Availability
Our full codebase is available for download on [GitHub](https://github.com/serrano-pozo-lab/astrocyte-review).