Changes between Version 14 and Version 15 of se.lu.onk.BAFsegmentation
- Timestamp:
- Sep 17, 2008, 12:50:08 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
se.lu.onk.BAFsegmentation
v14 v15 14 14 === Download BAFsegmentation === 15 15 16 The method will be downloadable as a stand-alone version soon. 16 [http://cbbp.thep.lu.se/~markus/software/BAFsegmentation/BAFsegmentation-1.0.0.zip?format=raw Download the latest stand-alone release (BAFsegmentation 1.0.0)] 17 17 18 18 === Supplemental Data === … … 46 46 47 47 ''Input data format'' 48 BAFsegmentation is applied to data exported from !BeadStudio. For a set of samples, the file exported from !BeadStudioshould be tab-delimited in the following format:48 BAFsegmentation is applied to data for a set of samples in a file that should be tab-delimited in the following format: 49 49 ||Name||Chr||Position||sample1.B Allele Freq||sample1.Log R Ratio||sample2.B Allele Freq||sample2.Log R Ratio||sample3.B Allele Freq||sample3.Log R Ratio||...|| 50 50 ||rs12354060||1||10004||1||0.110391||1||-0.05188531||1||0.07706165||...|| … … 52 52 ||...||...||...||...||...||...||...||...||...||...|| 53 53 54 The data extracted from !BeadStudio needs to be split into a separate file for each sample using the script ''split_beadstudio_samples.pl''.54 For Illumina arrays data can be exported in this format directly from !BeadStudio. The data need to be split into a separate file for each sample using the script ''split_samples.pl''. 55 55 56 56 {{{ 57 perl split_ beadstudio_samples.pl --beadstudio_file=example/example_beadstudio_data.txt57 perl split_samples.pl --data_file=example/example_beadstudio_data.txt 58 58 }}} 59 59 where ''example_beadstudio_data.txt'' is a file exported from !BeadStudio in the format described above.