<% meth="transpose_table" %>
<div class="lvl1">

	<p> Used to transpose a table.  </p>
	<h3> Basic example </h3>
		<p> We'll transpose the specified table with the -i flag and add the --transposed flag for this binary to be used. </p>

		<%
			table_name = 'cluster_genes_dis_desagg_3cols'
			args = f"--transposed -i tables/{table_name}"
		%>
		${show_n_exec(table_name, args, "cmdtabs")}

</div>