Changes between Version 32 and Version 33 of se.lu.onk.BAFsegmentation
- Timestamp:
- Mar 13, 2009, 6:16:20 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
se.lu.onk.BAFsegmentation
v32 v33 82 82 perl split_samples.pl --data_file=example/example_beadstudio_data.txt 83 83 }}} 84 where ''example_beadstudio_data.txt'' is a file exported from !BeadStudio in the format described above. With some language settings !BeadStudio exports files with commas (,) as decimal points; 'split_samples.pl' replaces all commas (,) in data columns with points (.) the 'split_samples.pl' results files.84 where ''example_beadstudio_data.txt'' is a file exported from !BeadStudio in the format described above. With some language settings !BeadStudio exports files with commas (,) as decimal points; 'split_samples.pl' replaces all commas (,) in data columns with points (.) in the 'split_samples.pl' results files. 85 85 86 86 This script will generate one file per sample together with a file ''sample_names.txt'' in the BAFsegmentation subdirectory ''extracted''. These files are used when BAFsegmentation is run and can be deleted once the samples are normalized.