Skip to content

Conversation

@zitoa
Copy link
Contributor

@zitoa zitoa commented Nov 11, 2025

Fix multi-omics normalization.
logCPM always for gx;
Max Median always for non-gx data.
Depends on bigomics/playbase#354

@zitoa zitoa requested review from ESCRI11 and ivokwee November 11, 2025 13:23
@zitoa zitoa self-assigned this Nov 11, 2025
@zitoa zitoa added bug Something isn't working high priority high priority issues labels Nov 11, 2025
@ESCRI11 ESCRI11 removed their request for review November 11, 2025 14:37
if (min(counts, na.rm = TRUE) == 0 || any(is.na(counts))) {
prior0 <- min(counts[counts > 0], na.rm = TRUE)
X <- counts
dtypes <- unique(unlist(lapply(rownames(counts), function(x) strsplit(x, ":")[[1]][1])))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unique(sub(":.*","",rownames(counts))

@zitoa zitoa merged commit c0b18d7 into devel Nov 11, 2025
@ESCRI11 ESCRI11 deleted the fix-multiomics-normalization branch November 11, 2025 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working high priority high priority issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants