We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ba35b commit 42ef169Copy full SHA for 42ef169
docs/DataPipeline.md
@@ -55,7 +55,7 @@ modz_ds = cmapm.Pipeline.level4_to_level5(zsrep_file, col_meta_file, landmark_fi
55
56
```matlab
57
% Reproduce provided results
58
-[gex_ds, qnorm_ds, inf_ds, zs_ds_qnorm, zs_ds_inf] = cmapm.Pipeline.process_plate('plate', plate_name, 'raw_path', raw_path, 'map_path', map_path, 'rndseed', fullfile(cmapmpath, 'test_data', 'rndseed.mat');
+[gex_ds, qnorm_ds, inf_ds, zs_ds_qnorm, zs_ds_inf] = cmapm.Pipeline.process_plate('plate', plate_name, 'raw_path', raw_path, 'map_path', map_path, 'rndseed', fullfile(cmapmpath, 'test_data', 'rndseed.mat'));
59
```
60
61
### Description of Pipeline Output
0 commit comments