-
Notifications
You must be signed in to change notification settings - Fork 11
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
ps_venn #5
Comments
I have found what was wrong ps_venn (ps.nonc.nocyano, group = 'SampleType', type = 'percent') working for me Hesham |
Glad you found the solution. Cheers, |
Hi Jacob *doing the following argument doesn't make any changes:
I have seen this issue #9 but still, it didn't work for me. Cheers |
Hi Marwa The following should work:
|
Hi @Russel88 Thanks again |
Hi Marwa I don't know unfortunately. You could ask the authors of the eulerr package, which ps_venn is using internally |
when I run my code for ps_venn
ps_venn (ps.nonc.nocyano, SampleType,
fraction = 0.1,
weight = FALSE,
type = "percent",
relative = TRUE,
plot = TRUE)
SampleType is my variable
here is when I run sampledata
Sample Data: [357 samples by 2 sample variables]:
SampleType Sample2
1001SH CFH 1001SH
1001WH CFH 1001WH
1001WS CS 1001WS
I got this error
Error in paste("value ~ Var1 +", group) : object 'SampleType' not found
it also with other function such as ps_euler, ps_pheatmap.
The text was updated successfully, but these errors were encountered: