dpr.utils

Module Contents

Functions

read_per_line(fname[, maxlines])

strip_first_col(fname[, delimiter])

strip_header(filename[, columns, delimiter])

colorbar(mappable)

draw_fancy_graph(pval, coords1, coords2, ...[, ...])

Attributes

blue

green

dpr.utils.read_per_line(fname, maxlines=50000)
dpr.utils.strip_first_col(fname, delimiter=None)
dpr.utils.strip_header(filename, columns=0, delimiter=None)
dpr.utils.blue
dpr.utils.green
dpr.utils.colorbar(mappable)
dpr.utils.draw_fancy_graph(pval, coords1, coords2, truncated_coords1, truncated_coords2, average1, average2, coord1_label='X', coord2_label='Y', pval_threshold=1.0, pval_cmap=plt.cm.hot, mean_fiber_cmap=green, bundle_cmap=blue, shadow_cmap='gray', title=None, draw_colorbar=True)