sleuth icon indicating copy to clipboard operation
sleuth copied to clipboard

which one should I used to calculate logFC?

Open YichaoOU opened this issue 6 years ago • 0 comments

Currently, I'm using transcript_tpm = sleuth_to_matrix(so,"obs_norm","tpm") to get a normalized gene expression matrix and then use log2((transcript_tpm[,"treatment_mean"]+1e-100)/(transcript_tpm[,"control_mean"]+1e-100)) as the logFC.

Is it correct?

Thanks, Yichao

YichaoOU avatar Jul 12 '19 01:07 YichaoOU