8000 GitHub - pgugger/LandscapeGenomics: Tutorials for bioinformatics and data analysis related to landscape genomics
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tutorials for bioinformatics and data analysis related to landscape genomics

Notifications You must be signed in to change notification settings

pgugger/LandscapeGenomics

8000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bioinformatics for Landscape Genomics

Exercises for workshop organized by year, taught at UNAM-Morelia, Mexico unless otherwise noted in the folder name. Topics include Linux basics, Illumina data quality assessment, SNP calling with Stacks de novo pipeline, and analyzing data with landscape analyses such as GDM, GF, LFMM, or other approaches. I recommend using the most recent year as it reflects the latest versions of software.

Required software

On local computer

Windows: PuTTY and FTP client (e.g., FileZilla or WinSCP)

MacOs: FTP client (e.g., FileZilla)

On server

Stacks

bowtie2

samtools

fastq_screen

fastqc (see "Requirements" section for dependencies)

plink (stable version)

vcftools

admixture

R (optionally with RStudio)

Then in R, run the following commands to install necessary packages (and any dependencies):

install.packages(c("raster", "rgdal", "LEA", "vegan", "gdm"))
install.packages("gradientForest", repos="http://R-Forge.R-project.org")
install.packages("extendedForest", repos="http://R-Forge.R-project.org")
if (!requireNamespace("BiocManager"))
  install.packages("BiocManager")
BiocManager::install()
BiocManager::install(c("qvalue","DESeq2","WGCNA"))

About

Tutorials for bioinformatics and data analysis related to landscape genomics

Resources

Stars

Watchers

< 37DD div class="mt-2"> 1 watching

Forks

Releases

No releases published

Packages

No packages published
0