S
sedm1000
This forum was great for my last problem, so here is hoping again...
I have a large amount of genetics data - genotypes to analyse. The dat
is outputed into a standard spreadsheet as assigned by the genotypin
software, but the analysis must be performed by unix software wit
limitations on the number of alleles present.
Essentially, this means that I must convert a collection of numbers t
their lowest sequential form - i.e."9 9 12 8 4" to "3 3 4 2 1". Th
conversion must take into account all the numbers in a column (actuall
two adjacent columns) to find intermediate numbers that are no
present and can be excluded.
Hopefully that is clear enough for somebody to figure out how t
achieve this.
Thanks in advance
I have a large amount of genetics data - genotypes to analyse. The dat
is outputed into a standard spreadsheet as assigned by the genotypin
software, but the analysis must be performed by unix software wit
limitations on the number of alleles present.
Essentially, this means that I must convert a collection of numbers t
their lowest sequential form - i.e."9 9 12 8 4" to "3 3 4 2 1". Th
conversion must take into account all the numbers in a column (actuall
two adjacent columns) to find intermediate numbers that are no
present and can be excluded.
Hopefully that is clear enough for somebody to figure out how t
achieve this.
Thanks in advance