thkuo / seq2geno

Computational pipeline for genomic features of bacterial population
GNU General Public License v3.0
0 stars 0 forks source link

rules about phenotype table #49

Open thkuo opened 5 years ago

thkuo commented 5 years ago

In phenotype table, multiple phenotypes can be listed as columns in the same file. Each phenotype should be binary, which means each value can only be 1 or 0. For n samples with m phenotypes, the shape of table should be (n+1)-by-(m+1), where the first column includes all the sample names and the header line contains all the phenotype labels.