Skip to content
New issue

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

borders_table as an output argument of plotDistToNearestToTip? #60

Open
kouichi-c-nakamura opened this issue Jul 20, 2022 · 0 comments
Open

Comments

@kouichi-c-nakamura
Copy link
Contributor

Looking at Display_Probe_Track.m, L255 reads:

borders_table = plotDistToNearestToTip(m, p, av_plot, st, probe_length_histo, error_length, active_site_start, distance_past_tip_to_plot, show_parent_category, show_region_table, plane); % plots confidence score based on distance to nearest region along probe

Yet, inside plotDistToNearestToTip (L1), borders_table is not the outout argument.

borders is a row vector of inter values and it is not the most interesting or useful output.

function borders = plotDistToNearestToTip(m, p, av, st, rpl, error_length, active_site_start, probage_past_tip_to_plot, show_parent_category, show_region_table, plane)

Simply borders needs to be replaced with borders_table , I suppose?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant