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
When loading an expression matrix file with missing values I get the following error:
PDOException: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type double precision: "NA"LINE 1: ...ement_id, quantification_id, signal) VALUES ('2', '2', 'NA')
The missing values are marked as 'NA' in my file. Perhaps the loader should have a new field on the form that lets the user specify the string that represents the missing value and if that string is encountered the insertion is skipped. I'll work on a fix.
The text was updated successfully, but these errors were encountered:
When loading an expression matrix file with missing values I get the following error:
The missing values are marked as 'NA' in my file. Perhaps the loader should have a new field on the form that lets the user specify the string that represents the missing value and if that string is encountered the insertion is skipped. I'll work on a fix.
The text was updated successfully, but these errors were encountered: