X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=listvector.hpp;h=dcf01a0ad4b356f152a3cf8ca168a6ba528b63bb;hp=801537dac1b76d262fd59161f793c959b78bf73a;hb=615301e57c25e241356a9c2380648d117709458d;hpb=bfbc55964f1977da72c2cea984288a427d370a59 diff --git a/listvector.hpp b/listvector.hpp index 801537d..dcf01a0 100644 --- a/listvector.hpp +++ b/listvector.hpp @@ -3,7 +3,8 @@ #include "datavector.hpp" -/* This class is a child to datavector. It represents OTU information at a certain distance. +/* DataStructure for a list file. + This class is a child to datavector. It represents OTU information at a certain distance. A list vector can be converted into and ordervector, rabundvector or sabundvector. Each member of the internal container "data" represents an individual OTU. So data[0] = "a,b,c,d,e,f".