-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mouse dataset for scMuffin analysis #5
Comments
Dear LX, gsc <- prepare_gsls(gs_sources = c("PNDB","CancerSEA","msigdb"), should do. |
Thank you so much, it worked. I encountered another issue, please see the details below: scML <- CNV_analysis(scML, na.rm=TRUE) |
The issue is that genomic location was found only for four genes: "Genes with known location 4". This is because by default CNV_analysis() was intended for human. Please see #2 to understand how to provide a custom annotation. |
Hi,
I have an issue running the code below with the mouse dataset.
gsc <- prepare_gsls(gs_sources = c("PNDB","CancerSEA","msigdb"),
CM_tissues=c("Brain"),
PNDB_tissues = c("Brain"),
msigdb_hs_cat_subcat = c("Mus musculus","C2","CP:REACTOME"),
scMuffinList = scML,
genes_min = 3)
Error in apply(msigdb_hs_cat_subcat, 1, function(x) paste(x, collapse = "_")) :
dim(X) must have a positive length.
Could you please help?
Thanks,
LX.
The text was updated successfully, but these errors were encountered: