Changes between Version 51 and Version 52 of se.lu.onk.IlluminaSNPNormalization
- Timestamp:
- Mar 13, 2009, 6:31:44 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
se.lu.onk.IlluminaSNPNormalization
v51 v52 10 10 11 11 === News === 12 13 * Mar. 13, 2009. tQN 1.1.2 released. This is a minor bug-fix release. 'split_samples.pl' has been modified to replace commas (,) with points(.) in data columns as !BeadStudio exports data with commas for some language settings, which caused problems for tQN. 14 12 15 13 16 * Jan. 15, 2009. tQN 1.1.1 released. This is a minor bug-fix release to handle not only NaN but also NA for missing values in files from !BeadStudio. !BeadStudio only outputs NaN but reformatting in for example Excel may change NaN to NA, which previously resulted in erroneous results from tQN. … … 29 32 === Download tQN === 30 33 31 [http://cbbp.thep.lu.se/~markus/software/tQN/tQN-1.1. 1.zip?format=raw Download the latest stand-alone release (tQN-1.1.1)]. This release includes tQN cluster files for humanhap300, humanhap300-duo, humancnv370-duo, humancvn370-quad, humanhap550, human610-quad, and human1M-duo.34 [http://cbbp.thep.lu.se/~markus/software/tQN/tQN-1.1.2.zip?format=raw Download the latest stand-alone release (tQN-1.1.2)]. This release includes tQN cluster files for humanhap300, humanhap300-duo, humancnv370-duo, humancvn370-quad, humanhap550, human610-quad, and human1M-duo. 32 35 33 36 … … 73 76 perl split_samples.pl --data_file=example/example_beadstudio_data.txt 74 77 }}} 75 where ''example_beadstudio_data.txt'' is a file exported from !BeadStudio in the format described above. 78 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. 76 79 77 80 This script will generate one file per sample together with a file ''sample_names.txt'' in the tQN subdirectory ''extracted''. These files are used when tQN is run and can be deleted once the samples are normalized. … … 85 88 }}} 86 89 87 This command will perform tQN on the samples in the tQN subdirectory ''extracted'' that are specified in the file ''sample_names.txt''. If you want to perform tQN on a subset of samples you can edit ''sample_names.txt'' accordingly. The normalized data is stored in the tQN subdirectory ''normalized''. For each sample, there is a file with tQN normalized data. A file ''tQN_beadstudio.txt'' is also generated with tQN B allele frequencies and Log R ratios for all samples in a format suitable for import into !BeadStudio using its import sub-column process. tQN also supports generating tQN data for further analysis with PennCNV, QuantiSNP and BAFsegmentation. Running tQN with the following command:90 This command will perform tQN on the samples in the tQN subdirectory ''extracted'' that are specified in the file ''sample_names.txt''. If you want to perform tQN on a subset of samples you can edit ''sample_names.txt'' accordingly. tQN requires that points (.) are used as decimal points. The normalized data is stored in the tQN subdirectory ''normalized''. For each sample, there is a file with tQN normalized data. A file ''tQN_beadstudio.txt'' is also generated with tQN B allele frequencies and Log R ratios for all samples in a format suitable for import into !BeadStudio using its import sub-column process. tQN also supports generating tQN data for further analysis with PennCNV, QuantiSNP and BAFsegmentation. Running tQN with the following command: 88 91 89 92 {{{