Skip to content

Commit

Permalink
fix NMR violin plot
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinesands committed Jan 3, 2024
1 parent f67d8fe commit 2f59d52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nPYc/StudyDesigns/SOP/Generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"LinearityReference": "red", "Linearity Reference": "red",
"MethodReference": "blue", "Method Reference": "blue",
"ProceduralBlank": "aquamarine", "Procedural Blank": "aquamarine", "Blank": "aquamarine",
"Other": "grey", "UnknownRole": "grey", "Unknown": "grey", "UnknownType": "grey", "nan": "grey", "NaN": "grey", "NA": "grey"
"Other": "grey", "UnknownRole": "grey", "Unknown": "grey", "UnknownType": "grey", "nan": "grey", "NaN": "grey", "NA": "grey", "Unspecified SampleType or AssayRole": "grey"
},
"sampleTypeMarkers":{
"StudySample": "8", "Assay": "8", "Study Sample": "8", "Sample": "x",
Expand All @@ -26,7 +26,7 @@
"LinearityReference": "4", "Linearity Reference": "4",
"MethodReference": "3", "Method Reference": "3",
"ProceduralBlank": "x", "Procedural Blank": "x", "Blank": "x",
"UnknownType": "d", "UnknownRole": "d", "Unknown": "d", "nan": "d", "NaN": "d", "NA": "d"
"UnknownType": "d", "UnknownRole": "d", "Unknown": "d", "nan": "d", "NaN": "d", "NA": "d", "Unspecified SampleType or AssayRole": "d"
},
"sampleTypeAbbr":{
"StudySample": "SS", "Assay": "Assay", "Study Sample": "SS", "Sample": "Sample",
Expand All @@ -35,6 +35,6 @@
"LinearityReference": "SRD", "Linearity Reference": "SRD",
"MethodReference": "MR", "Method Reference": "MR",
"ProceduralBlank": "Blank", "Procedural Blank": "Blank", "Blank": "Blank",
"UnknownType": "NA", "UnknownRole": "NA", "Unknown": "NA", "nan": "NA", "NaN": "NA", "NA": "NA"
"UnknownType": "NA", "UnknownRole": "NA", "Unknown": "NA", "nan": "NA", "NaN": "NA", "NA": "NA", "Unspecified SampleType or AssayRole": "NA"
}
}

0 comments on commit 2f59d52

Please sign in to comment.