This document has last been compiled on 2021-12-14 21:03:34.

## Reading in metadata from file: results/BT642Year2/data/root_meta.txt
## Reading in data from file: results/BT642Year2/data/root_normCounts.txt
## Total number of root samples: 133 
## Total number of genes in root samples: 23916 
## No additional bad samples to remove (probably removed during normalization)
## Removing the 13  samples identified as not part of the main experiment, from the root samples
## Variance filter for root samples:  Remove genes in the bottom 0.25 quantile of variability 
## Total number of genes after limiting to high variable genes : 17937 
## After filtering root samples: 120 samples, 17937 genes
## Reading in metadata from file: results/BT642Year2/data/leaf_meta.txt
## Reading in data from file: results/BT642Year2/data/leaf_normCounts.txt
## Total number of leaf samples: 125 
## Total number of genes in leaf samples: 22181 
## No additional bad samples to remove (probably removed during normalization)
## Removing the 13  samples identified as not part of the main experiment, from the leaf samples
## Variance filter for leaf samples:  Remove genes in the bottom 0.25 quantile of variability 
## Total number of genes after limiting to high variable genes : 16635 
## After filtering leaf samples: 112 samples, 16635 genes

Note that when we are using NORMALIZED data (leaf and root separately), we are using the leaf (root) data file that is the default of bringInDataFunction, the NORMALIZED fpkm values; for this data (leaf and root separately) we are filtering by expression and also on variance within those subsets of samples.

Note that the comments for Year2 say that we find mistaken genotypes like Year1. But on rerunning this code fresh, they do not appear, so it is likely this was some initial mismatch of using Year1 data by accident? It’s unclear, since the barcodes were clearly from Year2, but we can’t recreate that result, so we are not switching any samples, despite comments here.

RLE plots

##    Day007    Day014    Day021    Day028    Day035    Day042    Day049    Day056 
## "#00FF00" "#0BD55F" "#16ABBF" "#2F8EFF" "#6489FF" "#9983FF" "#A66DF2" "#A050DF" 
##    Day057    Day058    Day059    Day061    Day063    Day064    Day065    Day066 
##   "black"   "black"   "black"   "black"   "black"   "black"   "black"   "black" 
##    Day068    Day070    Day077    Day084    Day091    Day098    Day105    Day112 
##   "black" "#D30000" "#A70000" "#991804" "#C46012" "#F0A820" "#FFD01B" "#FFE70D" 
##    Day119 
## "#FFFF00"
## Root:
##         
##          Control Postflowering Preflowering
##   Day014       1             0            2
##   Day021       3             0            2
##   Day028       3             0            3
##   Day035       3             0            3
##   Day042       3             0            3
##   Day049       3             0            3
##   Day056       3             0            2
##   Day058       3             0            3
##   Day059       3             0            3
##   Day061       3             0            3
##   Day063       3             3            3
##   Day065       3             2            0
##   Day068       3             3            0
##   Day070       3             3            3
##   Day077       3             3            3
##   Day084       3             3            3
##   Day091       3             3            3
##   Day105       3             3            3
## Leaf:
##         
##          Control Postflowering Preflowering
##   Day014       1             0            2
##   Day021       3             0            2
##   Day028       2             0            3
##   Day035       3             0            2
##   Day042       2             0            3
##   Day049       3             0            2
##   Day056       3             0            3
##   Day058       3             0            3
##   Day059       2             0            3
##   Day061       2             0            2
##   Day063       3             3            3
##   Day065       2             2            0
##   Day068       3             3            0
##   Day070       3             3            3
##   Day077       3             3            3
##   Day084       3             3            3
##   Day091       3             3            3
##   Day105       2             3            3

PCA of Expression Values

PCA on Leaves

PCA on Roots

Correlation Matrices of mRNA data

Correlation of all samples, Leaf

Correlation of all samples, Root