Skip to content

Usage question and luminal A bias? #1

Description

@andrewdchen

Hello!

I have some pseudobulked data (originally single cell counts) that I'm trying to feed through applySSP but I'm noticing that everything is being predicted as Luminal A. The code looks like the following:

gex_matrix <- brca_pb@assays$RNA$counts %>% as.matrix

all_genes_ssp_pam50 <- applySSP(gex=gex_matrix, id=rownames(gex_matrix), ssp.name="ssp.pam50")
all_genes_ssp_pam50 %>% table

I've tried using "ssp.subtype" and I've also tried converting gene ids between HGNC and ENSEMBL and it's still all luminal A. Wondering if I'm missing anything!

Thanks,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions