Releases: GallowayLabMIT/rushd
Releases · GallowayLabMIT/rushd
v0.5.0
[0.5.0] - 2024-04-15
Added
- Added new
rd.plot.debug_axes
which draws guide lines to help with axis alignment. - Added new
rd.plot.adjust_subplot_margins_inches
which allows subplot configuring
using inch offsets (instead of subfigure coordinate offsets)
Modified
rd.flow.load_csv_with_metadata
and
rd.flow.load_groups_with_metadata
can now load a subset of columns.- The
datadir.txt
can include paths that use~
to represent the home directory. rd.plot.generate_xticklabels
does not include metadata key labels in plots without yticklabelsrd.plot.generate_xticklabels
no longer throws an error when xticklabels don't match the dictionary passed (instead leaves labels as-is)rd.plot.generate_xticklabels
now enables user-specified line spacing
v0.4.0
v0.2.0
[0.2.0] - 2022-06-17
Added
rd.flow.moi
calculates viral MOI, creating summary graphs and tables.
Modified
rd.outfile
now creates necessary subdirectories within rootdir/datadir.rd.flow.load_csv_with_metadata
now allowsstr
andPath
argumentsrd.flow.load_csv_with_metadata
properly handles well IDs up to A1-P24 (384-well plate)rd.flow.load_csv_with_metadata
fills unspecified metadata withNA