Skip to content

astanabe/ClaidentTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClaidentTutorial

Tutorial scripts and data for Claident.

Lecture video is available

Prerequisites to run Claident

Claident, associated databases and programs need to be installed. Use ClaidentInstaller to install them. In addition, this package need to be downloaded and extracted to working directory.

Prerequisites to run analyses in R

R and several packages need to be installed. Install R, and then, execute the following command in R

library(parallel)
install.packages(c("vegan", "colorspace", "RColorBrewer", "tidyverse", "ggsci", "khroma", "picante", "bipartite", "geosphere", "foreach", "doParallel", "mpmcorrelogram", "pvclust"), repos="http://cloud.r-project.org/", clean=T, upgrade="never", Ncpus=detectCores())

You might need to install several programs and/or libraries such as libssl or libgdal before executing the above package installation in R. If you are trying to run this tutorial on Ubuntu or Debian, the following command may helps you.

sudo apt install libssl-dev libgdal-dev

Prerequisites to learn about Claident and R

Just download this package and extract to working directory.

Learning how to run Claident

See the following shell scripts, inputs and outputs.

Learning how to analyze Claident outputs in R

See the following R codes, inputs and outputs.

About

Tutorial scripts and data for Claident

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published