Closed dn-ra closed 1 year ago
I solved it.
If you are supplying a vector of samples and a vector of groups to the function, you may need to paste
the group and sample together to use as the argument for sample
so that the number of levels sample
= ngroups(group) x ngroups(sample)
Hi,
Thanks for your efforts with this tool.
It's my first time using propeller but I'm getting this error with my data using command
propeller(clusters = as.factor(seu_batch1_cluster_1to6$seurat_clusters), sample = as.factor(seu_batch1_cluster_1to6$orig.ident), group = as.factor(seu_batch1_cluster_1to6$group))
Any ideas? I've tried subetting the data so that it has fewer clusters and fewer groups, but no luck. Strangely, it also fails to show vignettes and I have tried to various installation options shown in the git:
Many thanks, Dan
Here's a link to the Rds file with the data I'm inputting: https://unimelbcloud-my.sharepoint.com/:u:/g/personal/daniel_rawlinson_unimelb_edu_au/EUxEKhF4lDNFveH_tpzSAdIBAQqQh4pjpPnVwccV5lMnAw?e=wP24kP