jingshuw / SAVERX

R package for transfer learning of single-cell RNA-seq denoising
29 stars 9 forks source link

How can we avoid library size normalization #26

Open andrianamanousidaki opened 1 year ago

andrianamanousidaki commented 1 year ago

Hello,

I need to use unnormalized count data for the analysis following saverx.

I am wondering if there is a way to skip the normalization of the resulting denoised dataset.

For example, when using the saver function we could set size.factor=1 to avoid normalization.

Is this also possible for saverx ?

Thank you very much!