Skip to content

Commit

Permalink
Merge pull request #28 from 4dn-dcic/3-22-2022_Changes
Browse files Browse the repository at this point in the history
3-22-2022 PR_Debugged Quality table header and Example
  • Loading branch information
strambc committed Mar 29, 2022
2 parents 805c3ee + 1f10325 commit b16d0ad
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 41 deletions.
8 changes: 4 additions & 4 deletions docs/source/examples/quality
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
#^X_Chromatic_Shift: the distance in nm the spot was moved in x based on chromatic correction map
#^Y_Chromatic_Shift: the distance in nm the spot was moved in y based on chromatic correction map
#^Z_Chromatic_Shift: the distance in nm the spot was moved in z based on chromatic correction map
#^X_Loc_Error: lower and upper bound of 95% confidence interval on X-position after fit
#^Y_Loc_Error: lower and upper bound of 95% confidence interval on Y-position after fit
#^Z_Loc_Error: lower and upper bound of 95% confidence interval on Z-position after fit
#^X_Loc_Precision: lower and upper bound of 95% confidence interval on X-position after fit
#^Y_Loc_Precision: lower and upper bound of 95% confidence interval on Y-position after fit
#^Z_Loc_Precision: lower and upper bound of 95% confidence interval on Z-position after fit
#additional_tables: 4dn_FOF-CT_core, 4dn_FOF-CT_rna, 4dn_FOF-CT_trace, 4dn_FOF-CT_cell
##columns=(Spot_ID, Channel_ID, Peak_Intensity, Raw_X, Raw_Y, Raw_Z, X_Drift, Y_Drift, Z_Drift, X_Chromatic_Shift, Y_Chromatic_Shift, Z_Chromatic_Shift, X_Loc_Error, Y_Loc_Error, Z_Loc_Error)
##columns=(Spot_ID, Channel_ID, Peak_Intensity, Raw_X, Raw_Y, Raw_Z, X_Drift, Y_Drift, Z_Drift, X_Chromatic_Shift, Y_Chromatic_Shift, Z_Chromatic_Shift, X_Loc_Precision, Y_Loc_Precision, Z_Loc_Precision)
1 1 100 1.1 1.05, 1.2 0.1 0.05, 0.2 0.2 0.2 0.2 0.01, 0.01, 0.01
2 1 200 1.11, 1.055 1.22, 0.11, 0.055 0.22, 0.22, 0.22, 0.22, 0.012 0.012 0.012
3 2 500 1.12, 1.054 1.21, 0.12, 0.054 0.21, 0.22, 0.22, 0.22, 0.012 0.012 0.012
Expand Down

0 comments on commit b16d0ad

Please sign in to comment.