Closed ktroule closed 6 years ago
Hi Kevin,
which version of zinbwave are you using? Note that the function zinbwave
computes observational weights only since version 1.1.5, so if you have an older version, you may need to either set observationalWeights = TRUE
or to use the stand-alone function computeObservationalWeights
depending on how old your version is.
In any case, I recommend that you update to the latest version of the package.
The details on how zinbwave
deals with batch effects are in the paper, available here: https://www.nature.com/articles/s41467-017-02554-5
Please, let me know if there are specific points that are unclear.
Thanks. zinbwave version is older. I'll read again the paper.
Hi
I'm following the zinbwave tutorial with my own data. I want to perform a DEG analysis, but I do not get the weights for the counts matrix.
summ.exp_norm
is just aSummarizedExperiment object
with a raw count matrix in assayI've tried different combinations just in case.
I know zimbwave performs normalization only for visual ization purposes, but how does it deals with batch effect (2 conditions but from several patients) or normalization of the data.
thanks for your help