Skip to content
Snippets Groups Projects
Commit 0c0e97bc authored by mjeppesen3's avatar mjeppesen3
Browse files

Update main.py

parent 32499149
No related branches found
No related tags found
No related merge requests found
"""Driver script to create all of the mzML files with the statistially significant peaks. """Driver script to create all of the mzML files with the statistially significant peaks. Running this script creates
the original dataset used in the MVAPCK paper.
Author: Chris Jurich <cjurich2@huskers.unl.edu> Author: Chris Jurich <cjurich2@huskers.unl.edu>
...@@ -26,7 +27,8 @@ def report_significant( mapper : Dict[str,bool]) -> None: ...@@ -26,7 +27,8 @@ def report_significant( mapper : Dict[str,bool]) -> None:
print(f"RNG seed: {RNG_SEED}") print(f"RNG seed: {RNG_SEED}")
def main(): def main():
#"""Driver function that reads in idealized files, creates""" #"""Driver function that reads in idealized files, creates all nine versions of the simulated dataset. Values
for replicate setup, percent missing and noise are hard-coded but are altered here."""
np.random.seed( 100 ) np.random.seed( 100 )
eics = pickle.load(open("data/eics-cpy2.pickle", "rb")) eics = pickle.load(open("data/eics-cpy2.pickle", "rb"))
rts = eics[0].rts() rts = eics[0].rts()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment