Skip to content
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

Error: result would be too long a vector When running the codes on the tutorial #14

Open
wuyiying2018 opened this issue May 24, 2023 · 1 comment
Labels
answered answer provided question Further information is requested

Comments

@wuyiying2018
Copy link

Hi! I am trying to run the code on the tutorial. Everything runs well except this one on Page 6.

## clustering
Res$covariateGroupDiff <-getCovariateGroupDiff(testobj = Res, gene = diffgene)

It returns

Error in min(knotnum):max(knotnum) : result would be too long a vector
In addition: Warning messages:
1: In min(knotnum) : no non-missing arguments to min; returning Inf
2: In max(knotnum) : no non-missing arguments to max; returning -Inf

Do you have any idea of how to fix it? Thank you!

@Winnie09
Copy link
Owner

Hi! Thank you for your interest in this package! That line of command runs well on my computer. Are you using the example data from the package or other data? Could you show str(Res) and str(diffgene) please?

@Winnie09 Winnie09 added question Further information is requested answered answer provided labels Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered answer provided question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants