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 all,
I got the following error when trying to run EBSeqHMMTest
EBSeqHMMTest
Error in `[<-`(`*tmp*`, , i + 1, value = apply(tt2, 1, median)) : subscript out of bounds
My code:
EBSeqHMMIsoOut <- EBSeqHMMTest(Data = IsoData, NgVector = IsoNgTrun, sizeFactors = IsoSizes, Conditions = conditions, UpdateRd = 5)
What is the possible reason?
I tried changing the UpdateRd, didn't work. I tried a few other ways and nothing solved it :(
UpdateRd
The text was updated successfully, but these errors were encountered:
@AtheerAS Did you ever resolve this issue? I'm running into the same problem
Sorry, something went wrong.
I'm running into the same problem.
No branches or pull requests
Hi all,
I got the following error when trying to run
EBSeqHMMTest
My code:
What is the possible reason?
I tried changing the
UpdateRd
, didn't work.I tried a few other ways and nothing solved it :(
The text was updated successfully, but these errors were encountered: