-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
49 lines (29 loc) · 1.31 KB
/
README.Rmd
File metadata and controls
49 lines (29 loc) · 1.31 KB
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
47
48
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# README
<!-- badges: start -->
<!-- badges: end -->
### Chick Embryo Elongation Data Analysis
#### Content
The `chick_elong_paper` repository holds the data analyses code applied to the chick embryo measurements in early development, including:
- the raw data (input);
- analyses scripts (using literate programming with Rmarkdown notebooks)
- results and data visualization.
### Citation
##### Scientific article
Title | A Morphometric Characterization of Early Chick Embryo Elongation
Authors | A.C. Maia-Fernandes; Tomas Pais-de-Azevedo; Sara Ramalhete; Gabriel Martins; Isabel Palmeirim; Isabel Duarte; Paulo Martel; Ana Marreiros; Raquel P. Andrade
*Submitted to Developmental Biology*
##### Data repository
TBA (after manuscript publication).
### Reproducible data analysis
1. To **re-run the analysis**, run the code provided in the RMarkdown notebooks for each of the analysis performed: `chick_elong_[analysis_name].Rmd` files.
2. To just **inspect the data analysis performed**, please download and open in your favorite browser the `.html` files from each analysis: `chick_elong_[analysis_name].html` files.