Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
More minor formatting fixes.
  • Loading branch information
gchure authored May 29, 2024
1 parent 05822a3 commit dd5cf37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ Deconvolving mixture: 100%|█████████████████

In[7]: peaks.head()
Out[7]:
retention_time scale skew amplitude area signal_maximum peak_id
0 10.90 0.158768 0.691961 23380.386403 2.805646e+06 66064.361454 1
0 13.17 0.592828 3.889788 43048.461053 5.165815e+06 50331.167860 2
0 14.45 0.350139 -2.997977 34791.996875 4.175040e+06 65352.588796 3
0 15.53 0.308900 1.567356 14938.309504 1.792597e+06 26723.707626 4
0 16.55 0.272283 1.261303 9512.727882 1.141527e+06 18121.299375 5
retention_time scale skew amplitude area signal_maximum peak_id
10.90 0.158768 0.691961 23380.386403 2.805646e+06 66064.361454 1
13.17 0.592828 3.889788 43048.461053 5.165815e+06 50331.167860 2
14.45 0.350139 -2.997977 34791.996875 4.175040e+06 65352.588796 3
15.53 0.308900 1.567356 14938.309504 1.792597e+06 26723.707626 4
16.55 0.272283 1.261303 9512.727882 1.141527e+06 18121.299375 5
```

The resulting chromatogram reconstruction can be seen by again calling the `show()`
Expand Down

0 comments on commit dd5cf37

Please sign in to comment.