-
Notifications
You must be signed in to change notification settings - Fork 41
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
aucprTestByFactor #8
Comments
Hi hgb, Try making the following changes: First, you need to provide Also, you should check the class of the values in "stages" ( Lastly, since you said that the groups refer to the stages column of group.ids, then you'll want to set Let me know if that helps -- Jeff |
Hi Jeff, Thanks for the help, I'm still encountering the same error though. I just ran:
I also ran it with:
Both times I received back the same error:
Thoughts? |
Also, I'm not sure I entirely understand the purpose of the "groups" function? However, I ran:
And it ran for a long time (substantially longer than the previous iteration of this command) and it seemed to be working, but then in the end it popped up with this same error again:
|
Hi hgb, Several things below: "groups" is to divide up the populations according to some other factor. For instance, instead of considering the cells in routeA against the cells in routeB, but instead want to consider cells in routeA against cells in routeB from Stages 1 and 2, and then repeat that comparison for Stages 3 and 4, Stages 5 and 6, and so on you would use this function. "groups" lets you define how to split the population up according to the label that you refer to. If you simply want to compare cells from routeA against cells from routeB with no further subsetting, try the function I was not able to reproduce this error easily. Can you check for me the number of cells from each group in your two populations: If the problem persists, can you share either a reproducible example or share your workspace with me so that I can troubleshoot? Thanks, |
I've run through URD with a single cell dataset, and I am now attempting to analyze some of the branch points in the tree. I have successfully used the aucprTestAlongTree to find genes characteristic of a specific lineage, but now want to find out the genes upregulated along each branch at a specific split.
Following the format found at: https://rdrr.io/github/farrellja/URD/f/Analyses/SupplementaryAnalysis/URD-06-GeneExpressionCascades.Rmd
I ran:
and received the error:
I tried different ways of identifying cells.1 and cells.2, a couple different group.ids as the label, and a couple different groups, but received the same error each time. I am not extremely familiar with R, and don't know exactly how to fix the issue.
For reference, the "groups" listed above are just the numbers of each of the dataset "stages", which were extracted from the cluster identities of several merged Seurat objects. Every cell in the object should have a number in this stages column in group.ids.
The text was updated successfully, but these errors were encountered: