-
Notifications
You must be signed in to change notification settings - Fork 7
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
Continuous variable as main effect #133
Comments
Hello, can you attach your input dataset (can also be a dummy example that causes the error, or an anonimised dataset of yours). |
Yes here's an example dataset |
I have created a PR above See if this error message is self explanatory
|
Yes that's great, thanks |
Hi, thanks for creating Sccomp! It's a great tool.
I'm trying to use a continuous-valued variable as a main effect in sccomp, and when I try it I get an error. Is sccomp able to be used with continuous variables as the main effect?
Here's a reprex:
The actual error I get is:
Warning: non-unique values when setting 'row.names': ‘10x_6K’, ‘10x_8K’, ‘GSE115189’, ‘SCP345_580’, ‘SCP345_860’, ‘SCP424_pbmc1’, ‘SCP424_pbmc2’, ‘SCP591’, ‘SI-GA-E5’, ‘SI-GA-E7’, ‘SI-GA-E8’, ‘SI-GA-G6’, ‘SI-GA-G7’, ‘SI-GA-G8’, ‘SI-GA-G9’, ‘SI-GA-H1’, ‘SI-GA-H3’, ‘SI-GA-H4’, ‘SRR11038995’, ‘SRR7244582’
Error in
.rowNamesDF<-
(x, value = value) :duplicate 'row.names' are not allowed
The text was updated successfully, but these errors were encountered: