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
Recently I found that the function mcell_add_cgraph_from_mat_bknn() of your package metacell is continue dying and has no respound at all to any other inputs. After a short test, it seems that due to the function tgs_cor_graph() is missing in the package.
In detail, The help info of this function could be viewed when using ?tgs_cor_graph command: tgs_cor_graph {metacell}: wrapping tgs functions to compute balanced graph from a matrix...
but if we use metacell::tgs_cor_graph, it will Immediately throwout an error as: Error: 'tgs_cor_graph' is not an exported object from 'namespace:metacell'
I have tested your package version 0.3.7 as well as 0.3.41, and both have the same issue. Any possible to fix it? Thanks.
The text was updated successfully, but these errors were encountered:
Recently I found that the function
mcell_add_cgraph_from_mat_bknn()
of your packagemetacell
is continue dying and has no respound at all to any other inputs. After a short test, it seems that due to the functiontgs_cor_graph()
is missing in the package.In detail, The help info of this function could be viewed when using
?tgs_cor_graph
command:tgs_cor_graph {metacell}: wrapping tgs functions to compute balanced graph from a matrix...
but if we use
metacell::tgs_cor_graph
, it will Immediately throwout an error as:Error: 'tgs_cor_graph' is not an exported object from 'namespace:metacell'
I have tested your package version 0.3.7 as well as 0.3.41, and both have the same issue. Any possible to fix it? Thanks.
The text was updated successfully, but these errors were encountered: