pachterlab / sleuth

Differential analysis of RNA-Seq
http://pachterlab.github.io/sleuth
GNU General Public License v3.0
305 stars 94 forks source link

Extract expression matrix (obs_norm) at the gene level #251

Open tiagobrc opened 4 years ago

tiagobrc commented 4 years ago

In older versions (following the old walkthrough) of sleuth, I would generate the analysis using gene.mode = T and the whole downstream analysis would be collapsed at the gene level.

Following the new walkthrough, we are able to get the significant genes but when extracting obs.norm, I get the transcripts at the rows instead of genes. Is there any workaround this ?

Thanks