diff options
Diffstat (limited to 'test-data')
-rw-r--r-- | test-data/encrypt-test-encrypted-genotype.tsv | 4 | ||||
-rw-r--r-- | test-data/encrypt-test-genotype.tsv | 5 | ||||
-rw-r--r-- | test-data/encrypt-test-key | 2 | ||||
-rw-r--r-- | test-data/encrypt-test-summary | 6 | ||||
-rw-r--r-- | test-data/pool-test-complete-summary | 6 | ||||
-rw-r--r-- | test-data/pool-test-summary1 | 5 | ||||
-rw-r--r-- | test-data/pool-test-summary2 | 7 |
7 files changed, 35 insertions, 0 deletions
diff --git a/test-data/encrypt-test-encrypted-genotype.tsv b/test-data/encrypt-test-encrypted-genotype.tsv new file mode 100644 index 0000000..05c5a6c --- /dev/null +++ b/test-data/encrypt-test-encrypted-genotype.tsv @@ -0,0 +1,4 @@ +chromosome position sample1 sample2 +chr1 1 0.943532 -0.331281 +chr2 19 0.314511 -0.110427 +chrX 21 0.188706 -0.066256 \ No newline at end of file diff --git a/test-data/encrypt-test-genotype.tsv b/test-data/encrypt-test-genotype.tsv new file mode 100644 index 0000000..b64f6d4 --- /dev/null +++ b/test-data/encrypt-test-genotype.tsv @@ -0,0 +1,5 @@ +chromosome position reference sample1 sample2 +chr1 1 A 0 1 +chr2 19 G 2 3 +chrX 21 C 4 5 +chrX 22 T 4 5 \ No newline at end of file diff --git a/test-data/encrypt-test-key b/test-data/encrypt-test-key new file mode 100644 index 0000000..1ed8e79 --- /dev/null +++ b/test-data/encrypt-test-key @@ -0,0 +1,2 @@ +-0.33128118 0.94353208 +-0.94353208 -0.33128118 \ No newline at end of file diff --git a/test-data/encrypt-test-summary b/test-data/encrypt-test-summary new file mode 100644 index 0000000..e6d7984 --- /dev/null +++ b/test-data/encrypt-test-summary @@ -0,0 +1,6 @@ +# pyhegp summary file version 1 +# number-of-samples 10 +chromosome position reference mean standard-deviation +chr1 1 A 0 1 +chr2 19 G 2 3 +chrX 21 C 4 5 \ No newline at end of file diff --git a/test-data/pool-test-complete-summary b/test-data/pool-test-complete-summary new file mode 100644 index 0000000..3e9e9ea --- /dev/null +++ b/test-data/pool-test-complete-summary @@ -0,0 +1,6 @@ +# pyhegp summary file version 1 +# number-of-samples 15 +chromosome position mean standard-deviation +chr1 1 0 0.96362411 +chr2 19 2 2.8908723 + diff --git a/test-data/pool-test-summary1 b/test-data/pool-test-summary1 new file mode 100644 index 0000000..f63f986 --- /dev/null +++ b/test-data/pool-test-summary1 @@ -0,0 +1,5 @@ +# pyhegp summary file version 1 +# number-of-samples 10 +chromosome position reference mean standard-deviation +chr1 1 A 0 1 +chr2 19 G 2 3 diff --git a/test-data/pool-test-summary2 b/test-data/pool-test-summary2 new file mode 100644 index 0000000..11c02d1 --- /dev/null +++ b/test-data/pool-test-summary2 @@ -0,0 +1,7 @@ +# pyhegp summary file version 1 +# number-of-samples 5 +chromosome position reference mean standard-deviation +chr1 1 A 0 1 +chr2 19 G 2 3 +chrX 21 C 4 5 +chrX 21 T 4 5 |