Generalized linear model or Nominal Logistic for RNAseq data
Colleagues,Imagine I have RNAseq data in the form of reads count measured in 2 environments, with 3 replicates each, in a single sequencing experiment. Like this:Env readsA 9A 10A 11B 4B 5B 6Of course I can treat each reads count as an independent variable and do a t test and I will have very low power. Instead, I want to be able to treat each read as an ob...