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 error while trying to run Vespucci- run_vespucci function. The error occurs both when running the function with the basic inputs and when additional parameters are provided.
Error Message:
> vespucci_res = run_vespucci(input = input, meta = meta)
Splitting matrix
As no overdispersion parameters were provided, Poisson count splitting will be performed.
Error in auc@x :
no applicable method for `@` applied to an object of class "NULL"
> data('spatial_sim_distance_metrics_df')
> vespucci_res = run_vespucci(
+ input = input,
+ meta = meta,
+ distance_metrics_df = spatial_sim_distance_metrics_df,
+ test_sim = T
+ )
Splitting matrix
As no overdispersion parameters were provided, Poisson count splitting will be performed.
Error in auc@x :
no applicable method for `@` applied to an object of class "NULL"
Despite following the instructions, I keep receiving the Error in auc@x indicating that no applicable method for @ is being applied to an object of class "NULL". Any guidance on what might be causing this issue would be appreciated.
The text was updated successfully, but these errors were encountered:
I am encountering an error while trying to run
Vespucci
-run_vespucci
function. The error occurs both when running the function with the basic inputs and when additional parameters are provided.Error Message:
Code:
Despite following the instructions, I keep receiving the Error in
auc@x
indicating that no applicable method for @ is being applied to an object of class "NULL". Any guidance on what might be causing this issue would be appreciated.The text was updated successfully, but these errors were encountered: