You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
via email from krzysztof.szymiczek:
Is it an error ? -> seems to me that all the conditions are meet.
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
The text was updated successfully, but these errors were encountered: