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 want to add breaks in my genomes, like described in issue #119 I could reproduce the example from #119 successfully but it did not work with my data. I created a subset of my data below and pasted my code. Could you please help me with this?
The code below works fine and I get a plot. If I uncomment line # add_clusters(links=cluster) + it does not work anymore. I get the error below:
Error in UseMethod("add_clusters") :
no applicable method for 'add_clusters' applied to an object of class "c('tbl_df', 'tbl', 'data.frame')"
Dear Developer,
I want to add breaks in my genomes, like described in issue #119 I could reproduce the example from #119 successfully but it did not work with my data. I created a subset of my data below and pasted my code. Could you please help me with this?
The code below works fine and I get a plot. If I uncomment line
# add_clusters(links=cluster) +
it does not work anymore. I get the error below:Code:
The text was updated successfully, but these errors were encountered: