-
Notifications
You must be signed in to change notification settings - Fork 10
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
runGenePeakcorr error: the condition has length > 1 #16
Comments
Hi there! A bit odd because that exact condition check doesn't exist in the current codebase (i.e. it was changed from the check above to Can you tell me what is returned when you run the following on your input SummarizedExperiment object, which I denote as
|
@lizakulaeva The code that was throwing this error was from an internal function |
@lizakulaeva were you able to get this working? Thanks, appreciate the feedback. Otherwise I'll close this issue |
Hi, I'm trying to run the function runGenePeakcorr with the sparse matrix for scRNAseq and SummarizedExperiment object of scATACseq and get this error:
Error in if (!class(obj) %in% c("SummarizedExperiment", "RangedSummarizedExperiment", :
the condition has length > 1
How I can solve it?
Thank you in advance!
The text was updated successfully, but these errors were encountered: