You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue with the GetFeatures function in the scProgram package, where I receive an error message indicating a problem with the progress bar implementation.
FeatureMatrix = GetFeatures(obj = obj, group.by = "cell_type", genenumber = 50, pct_exp = 0.1, mode = "fast")
Fast mode
Error in pb$tick():
! No more ticks.
Run rlang::last_trace() to see where the error occurred.
Following this, I ran rlang::last_trace() which provided the following backtrace:
<error/rlang_error>
Error in pb$tick():
! No more ticks.
Dear Developers:
I am encountering an issue with the GetFeatures function in the scProgram package, where I receive an error message indicating a problem with the progress bar implementation.
FeatureMatrix = GetFeatures(obj = obj, group.by = "cell_type", genenumber = 50, pct_exp = 0.1, mode = "fast")
Fast mode
Error in
pb$tick()
:! No more ticks.
Run
rlang::last_trace()
to see where the error occurred.Following this, I ran rlang::last_trace() which provided the following backtrace:
<error/rlang_error>
Error in
pb$tick()
:! No more ticks.
Backtrace:
▆
Run rlang::last_trace(drop = FALSE) to see 1 hidden frame.
I am seeking assistance on how to resolve this or if there are any updates or patches available that I might have missed.
haoq
The text was updated successfully, but these errors were encountered: