Author: Thales Moreira de Lima ([email protected]) Instructors: Sara Mortara and Andrea Sanchéz-Tapia
This project is the final assignment of the Scientific Computing course that took place during 2022 as part of the Serrapilheira/ICTP-SAIFR Quantitative Biology Program.
The idea of this project is to use biogeographic models to combine biogeographic data and a phylogeny and infer the ancestral range of the palms (Arecaceae) of the subfamily Arecaceae.
August, 2022
project/
├── biblio/
* ├── data/
│ ├── GIS
* │ ├── raw
* │ └── processed
├── docs/
* ├── figs/
├── func/
├── R/
* ├── output/
* └── README.md
- In the
biblio
directory you will find the bibliographical library in .bib format. - In the
data
directory you will find the raw data of the project in theraw
directory, the processed one in theprocessed
directory. And theGIS
directory contains spatial data. - In the
docs
directory you will find text files like .pdf and .Rmd files. - In the
figs
directory you will find image files like .png files. - In the
fun
directory you will find R scripts that define functions called by other scripts. - In the
R
directory you will find the main R script files that are used to conduct the analyzes. - The
README
file is this very one that you are reading now, and its purpose is to explain very briefly what is this project about and which is which structure