Closed mleipold closed 6 years ago
If I take the same file and put it through the MATLAB version, I do get a plot. See attached PNG
As far as I can tell, the special case of N=1 makes the x-axis become "Time" rather than "File name" (which is the default for N>1)
Mike
I have added this in the latest release. Specifically now, for each sample, a plot of beads vs time is generated in the beads_vs_time subfolder (see documentation for more details)
beads_before_and_after.pdf
Hi,
When normalizing just ONE file (large-ish barcoded sample that would then be debarcoded into multiple smaller samples), the "beads before and after" picture gets generated, but isn't really populated.
Please see attached PDF.
I think it's an issue of R is drawing line segments from Point 1 (file 1) to Point 2 (file 2); if there's no Point 2, then there can't be a line segment.
Possible solutions:
Mike