This adds a new function, aggregate_spike_count, to reports.py to produce a matrix of spike-in counts per-sample from a directory containing array of per-sample spike-in count files. This is in contrast to consolidate_spike_count which simply concatenates the count files (without extraneous columns).
This adds a new function,
aggregate_spike_count
, toreports.py
to produce a matrix of spike-in counts per-sample from a directory containing array of per-sample spike-in count files. This is in contrast toconsolidate_spike_count
which simply concatenates the count files (without extraneous columns).