We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am having an issue with the R script `get_normalized_count_table.R'. Basically, when I run this script I get the following error:
Error in `[.data.frame`(complete_table, , lapply(.SD, sum), by = complete_table$Row.names) : unused argument (by = complete_table$Row.names) Calls: [ Execution halted
I started debugging the script by running it step by step and found the error at the following part of the code:
# reducing stuff down to avoid duplicates complete_table <- complete_table[, lapply(.SD, sum), by=complete_table$Row.names]
I have tried many modifications of this line of the code but none worked.
Any help will be much appreciated.
Best,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am having an issue with the R script `get_normalized_count_table.R'. Basically, when I run this script I get the following error:
I started debugging the script by running it step by step and found the error at the following part of the code:
I have tried many modifications of this line of the code but none worked.
Any help will be much appreciated.
Best,
The text was updated successfully, but these errors were encountered: