Unix and Linux Discussions Tagged with multiple |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
6,521 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
10,435 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
9,567 |
Shell Programming and Scripting |
|
|
|
6 |
3,760 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
14,203 |
Shell Programming and Scripting |
|
|
|
1 |
18,698 |
Shell Programming and Scripting |
|
|
|
2 |
4,874 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
5,260 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
11,535 |
Shell Programming and Scripting |
|
|
|
0 |
12,693 |
Shell Programming and Scripting |
|
|
|
6 |
4,542 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,218 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,759 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,632 |
Shell Programming and Scripting |
|
|
|
2 |
5,204 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
6,057 |
Shell Programming and Scripting |
|
|
|
2 |
5,456 |
Shell Programming and Scripting |
|
|
|
2 |
4,572 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
12,038 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
6,133 |
UNIX for Beginners Questions & Answers |
|
|
|
15 |
6,112 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
4,993 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,474 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,869 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,844 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,235 |
UNIX for Beginners Questions & Answers |
|
|
|
17 |
7,358 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
12,450 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,564 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
2,807 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
7,129 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
2,273 |
Shell Programming and Scripting |
|
|
|
1 |
7,141 |
Shell Programming and Scripting |
|
|
|
3 |
1,743 |
Shell Programming and Scripting |
|
|
|
2 |
4,211 |
Shell Programming and Scripting |
|
|
|
4 |
1,881 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,675 |
Shell Programming and Scripting |
|
|
|
2 |
2,965 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,559 |
Shell Programming and Scripting |
|
|
|
4 |
4,018 |
Shell Programming and Scripting |
CSV2MIPE(1) User Contributed Perl Documentation CSV2MIPE(1)
NAME
csv2mipe.pl - Generates MIPE file based on 3 tab-delimited files
based on MIPE version v1.1
arguments: * tab-delimited file with PCR-level data
* tab-delimited file with SNP-level data
* tab-delimited file with assay-level data
Columns in file with PCR-level data:
pcr_id
pcr_modified (might be multiple, divided by semi-colon ";")
pcr_project (might be multiple, divided by semi-colon ";")
pcr_researcher (might be multiple, divided by semi-colon ";")
pcr_species
source_type
source_id
design_seq
primer1_oligo
primer1_seq
primer1_tm
primer2_oligo
primer2_seq
primer2_tm
design_remark (might be multiple, divided by semi-colon ";")
use_seq
use_revcomp
use_remark (might be multiple, divided by semi-colon ";")
pcr_remark (might be multiple, divided by semi-colon ";")
Columns in file with SNP-level data:
pcr_id
snp_id
snp_pos
snp_amb
snp_remark (might be multiple, divided by semi-colon ";")
Columns in file with assay-level data:
pcr_id
snp_id
assay_id
assay_type
assay_enzyme
assay_oligo
assay_specific
assay_tail
assay_strand
assay_remark (might be multiple, divided by semi-colon ";")
SYNOPSIS
csv2mipe.pl <pcr_file.csv> <snp_file.csv> <assay_file.csv>
ADDITIONAL INFO
See http://mipe.sourceforge.net
AUTHOR
Jan Aerts (jan.aerts@bbsrc.ac.uk)
perl v5.14.2 2005-07-20 CSV2MIPE(1)