Transpose a feature table.
Transpose the rows and columns (typically samples and features) of a
feature table.
Parameters
- table : FeatureTable[Frequency]
- The feature table to be transposed.
Returns
- transposed_feature_table : FeatureTable[Frequency]
- The resulting transposed feature table.