Skip to content

Workshop Slides and Website for Cross-validated Classification Workshop Held on 29 June 2018 in Sydney

Notifications You must be signed in to change notification settings

SydneyBioX/localWorkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Finding 'Omics Biomarkers: Classification of High-dimensional Biological Data with R

This repsitory contains presenter slides and data files used for the presentation at Charles Perkins Centre on 29 June 2018.

To install Bioconductor software, BiocManager must firstly be obtained from CRAN.

install.packages("BiocManager")
library(BiocManager)

Before attending the workshop, ensure R is at least version 3.5.0 and install ClassifyR using

install("ClassifyR", dependencies = TRUE)

Additionally, DESeq2, EDASeq and genefilter are used for some exploratory visualisations and analysis. They can be installed by running the command

install(c("DESeq2", "EDASeq", "genefilter"))

Feedback form

About

Workshop Slides and Website for Cross-validated Classification Workshop Held on 29 June 2018 in Sydney

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published