Skip to content

logNormCounts - log transformation with different log base? #12

@JPGranizo

Description

@JPGranizo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions