Hi,
I am using scran / scuttle for scRNAseq normalization.
clusters <- scran::quickCluster(sce)
sce <- scran::computeSumFactors(sce, cluster = clusters)
sce <- scuttle::logNormCounts(sce)
As far as I could find out, this code will log2 transform data.
I was wondering if there is any option to specify log transformation to another log base, particularly natural log?
Thank you very much in advance,
Kind regards,
JPG
Hi,
I am using scran / scuttle for scRNAseq normalization.
clusters <- scran::quickCluster(sce)sce <- scran::computeSumFactors(sce, cluster = clusters)sce <- scuttle::logNormCounts(sce)As far as I could find out, this code will log2 transform data.
I was wondering if there is any option to specify log transformation to another log base, particularly natural log?
Thank you very much in advance,
Kind regards,
JPG