fishplot
fishplot copied to clipboard
summation error
via email from krzysztof.szymiczek:
Is it an error ? -> seems to me that all the conditions are meet.
#create a fish object fish = createFishObject(frac.table,parents,timepoints=timepoints) Error in validateInputs(frac.table, parents, nest.level, clone.labels) : clones with same parent cannot have values that sum to more than the percentage of the parent: Problem is in clusters 2,3,4,5,6,7,8,9 at timepoint 10
as to me 23.34 = 7.08 + 16.26
Is the error due to internal precision representation, or are only Integers supported as fractions?
Script attached. Fishplot_Script_for_R_Environment_Corrected.zip
same issue, have u figure it out?