257 Commits

Author SHA1 Message Date
eugenefischer 16daf02dd6 Merge branch 'Dev_Vertex'
# Conflicts:
#	src/main/java/GraphModificationFunctions.java
#	src/main/java/GraphWithMapData.java
#	src/main/java/Simulator.java
#	src/main/java/Vertex.java
2022-09-25 18:33:26 -05:00
eugenefischer 740835f814 fix typo 2022-09-25 17:47:07 -05:00
eugenefischer 8a77d53f1f Output sequence counts before and after pre-filtering (currently pre-filtering only sequences present in all wells) 2022-09-25 17:20:50 -05:00
eugenefischer 58fa140ee5 add comments 2022-09-25 16:10:17 -05:00
eugenefischer 475bbf3107 Sort vertex lists by vertex label before making adjacency matrix 2022-09-25 15:54:28 -05:00
eugenefischer 4f2fa4cbbe Pre-filter saturating sequences only. Retaining singletons seems to improve matching accuracy in high sample rate test (well populations 10% of total cell sample size) 2022-09-25 15:19:56 -05:00
eugenefischer 58d418e44b Pre-filter saturating sequences only. Retaining singletons seems to improve matching accuracy in high sample rate test (well populations 10% of total cell sample size) 2022-09-25 15:06:46 -05:00
eugenefischer 1971a96467 Remove pre-filtering of singleton and saturating sequences 2022-09-25 14:55:43 -05:00
eugenefischer e699795521 Revert "by-hand merge of needed code from custom vertex branch"
This reverts commit 29b844afd2.
2022-09-25 14:34:31 -05:00
eugenefischer 61d1eb3eb1 Revert "Reword output message"
This reverts commit 63317f2aa0.
2022-09-25 14:34:31 -05:00
eugenefischer cb41b45204 Revert "Reword option menu item"
This reverts commit 06e72314b0.
2022-09-25 14:34:31 -05:00
eugenefischer a84d2e1bfe Revert "Add comment on map data encodng"
This reverts commit 73c83bf35d.
2022-09-25 14:34:31 -05:00
eugenefischer 7b61d2c0d7 Revert "update version number"
This reverts commit e4e5a1f979.
2022-09-25 14:34:31 -05:00
eugenefischer 56454417c0 Revert "Restore pre-filtering of singleton and saturating sequences"
This reverts commit 5c03909a11.
2022-09-25 14:34:31 -05:00
eugenefischer 8ee1c5903e Merge branch 'master' into Dev_Vertex
# Conflicts:
#	src/main/java/GraphMLFileReader.java
#	src/main/java/InteractiveInterface.java
#	src/main/java/Simulator.java
2022-09-25 14:18:56 -05:00
eugenefischer 5c03909a11 Restore pre-filtering of singleton and saturating sequences 2022-09-22 01:39:13 -05:00
eugenefischer e4e5a1f979 update version number 2022-09-22 00:00:02 -05:00
eugenefischer 73c83bf35d Add comment on map data encodng 2022-09-21 21:46:00 -05:00
eugenefischer 06e72314b0 Reword option menu item 2022-09-21 21:43:47 -05:00
eugenefischer 63317f2aa0 Reword output message 2022-09-21 18:08:52 -05:00
eugenefischer 29b844afd2 by-hand merge of needed code from custom vertex branch 2022-09-21 16:48:26 -05:00
eugenefischer dea4972927 remove prefiltering of singletons and saturating sequences 2022-09-21 16:09:08 -05:00
eugenefischer 9ae38bf247 Fix bug in correct match counter 2022-09-21 15:59:23 -05:00
eugenefischer cf771ce574 parameterized sequence indices 2022-09-21 13:15:49 -05:00
efischer 1df86f01df parameterized sequence indices 2022-03-05 12:03:31 -06:00
efischer 96ba57d653 Remove singleton sequences from wells in initial filtering 2022-03-04 16:14:17 -06:00
efischer b602fb02f1 Remove obsolete comments 2022-03-02 23:35:24 -06:00
efischer 4c872ed48e Add optional stdout print flags 2022-03-01 15:27:04 -06:00
efischer 3fc39302c7 Add detail to error message 2022-03-01 15:24:14 -06:00
efischer 578bdc0fbf clarify help menu text 2022-03-01 15:08:43 -06:00
efischer 8275cf7740 Check for finite pairing error rate 2022-03-01 09:01:53 -06:00
efischer 64209691f0 Check for finite pairing error rate 2022-03-01 09:00:58 -06:00
efischer 9fb3095f0f Clarify help text 2022-03-01 08:40:34 -06:00
efischer 25acf920c2 Add version information 2022-03-01 08:34:35 -06:00
efischer e04d2d6777 Fix typos in help menu 2022-03-01 08:16:06 -06:00
efischer 3e41afaa64 bugfix 2022-02-27 19:08:29 -06:00
efischer bc5d67680d Add flag to print metadata to stdout 2022-02-27 17:36:23 -06:00
efischer f2347e8fc2 check verbose flag 2022-02-27 17:35:50 -06:00
efischer c8364d8a6e check verbose flag 2022-02-27 17:34:20 -06:00
efischer b1155f8100 Format -help CLI option 2022-02-27 16:53:46 -06:00
efischer 12b003a69f Add -help CLI option 2022-02-27 16:45:30 -06:00
efischer 32c5bcaaff Deactivate file I/O announcement for CLI 2022-02-27 16:16:24 -06:00
efischer 2485ac4cf6 Add getters to MatchingResult 2022-02-27 16:15:26 -06:00
efischer 05556bce0c Add units to metadata 2022-02-27 16:08:59 -06:00
efischer a822f69ea4 Control verbose output 2022-02-27 16:07:17 -06:00
efischer 3d1f8668ee Control verbose output 2022-02-27 16:03:57 -06:00
efischer 40c743308b Initialize wells 2022-02-27 15:54:47 -06:00
efischer 5246cc4a0c Re-implement command line options 2022-02-27 15:35:07 -06:00
efischer a5f7c0641d Refactor for better encapsulation with CellSamples 2022-02-27 14:51:53 -06:00
efischer 8ebfc1469f Refactor plate to fill its own wells in its constructor 2022-02-27 14:25:53 -06:00