Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

group by multiple metadata #19

Open
wfma opened this issue Nov 18, 2022 · 1 comment
Open

group by multiple metadata #19

wfma opened this issue Nov 18, 2022 · 1 comment

Comments

@wfma
Copy link

wfma commented Nov 18, 2022

Hi!

I want to run the pipeline for my data with multiple conditions. Eg. my data has like fibroblast, adipocytes, etc. but also treated vs. control. Where is the parameter to input an additional condition?

Heres my code so far:

test <- irGSEA.score(object = Ma_2023, assay = "SCT", 
                             slot = "data", seeds = 123, ncores = 1,
                             min.cells = 3, min.feature = 0,
                             custom = F, geneset = NULL, msigdb = T, 
                             species = "Homo sapiens", category = "H",  
                             subcategory = NULL, geneid = "symbol",
                             method = c("AUCell", "UCell", "singscore", 
                                        "ssgsea"),
                             aucell.MaxRank = NULL, ucell.MaxRank = NULL, 
                             kcdf = 'Gaussian')

result.dge <- irGSEA.integrate(object = test, 
                               group.by = "Author_Provided_Clusters_LVL1", # this is the cluster names
                               metadata = NULL, col.name = NULL,
                               method = c("AUCell","UCell","singscore",
                                          "ssgsea"))
@xjtuZhangKun
Copy link

Did you solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants