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
There seems to be a potential issue with the calculation of the ScaleFactor. In the paper, it is stated as "ScaleFactor = GeneLength / ReadLength", but in the software's results, it appears to be "ScaleFactor = ReadLength / GeneLength", and the calculated value is incorrect. The expected value should be 150/6255 = 0.02398, instead of 0.04796.
The text was updated successfully, but these errors were encountered:
There seems to be a potential issue with the calculation of the ScaleFactor. In the paper, it is stated as "ScaleFactor = GeneLength / ReadLength", but in the software's results, it appears to be "ScaleFactor = ReadLength / GeneLength", and the calculated value is incorrect. The expected value should be 150/6255 = 0.02398, instead of 0.04796.
The text was updated successfully, but these errors were encountered: