These scripts analyze Affymetrix microarray data to look at relationships between time and expression levels.
Generally follows this procedure:
-
Open R
-
Set working directory as
src
-
Load data with
source("data/load_meta.R");
-
Analyze data using a script of choice in the
analysis
folder -
Load plotting functions with
source("visualization/plotting_functions.R");
-
Create plots with a corresponding script in the
visualization
folder