You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dt><strong>distance_matrix</strong><spanclass="classifier">DistanceMatrix</span></dt><dd><p>Distance matrix containing distances between objects (e.g., distances
732
+
<dt><strong>distmat</strong><spanclass="classifier">DistanceMatrix</span></dt><dd><p>Distance matrix containing distances between objects (e.g., distances
733
733
between samples of microbial communities).</p>
734
+
<divclass="versionchanged">
735
+
<p><spanclass="versionmodified changed">Changed in version 0.7.0: </span>Renamed from <codeclass="docutils literal notranslate"><spanclass="pre">distance_matrix</span></code>. The old name is kept as an alias.</p>
736
+
</div>
734
737
</dd>
735
738
<dt><strong>grouping</strong><spanclass="classifier">1-D array_like or pandas.DataFrame</span></dt><dd><p>Vector indicating the assignment of objects to groups. For example,
736
739
these could be strings or integers denoting which group an object
737
740
belongs to. If <cite>grouping</cite> is 1-D <codeclass="docutils literal notranslate"><spanclass="pre">array_like</span></code>, it must be the same
738
-
length and in the same order as the objects in <cite>distance_matrix</cite>. If
741
+
length and in the same order as the objects in <cite>distmat</cite>. If
739
742
<cite>grouping</cite> is a <codeclass="docutils literal notranslate"><spanclass="pre">DataFrame</span></code>, the column specified by <cite>column</cite> will be
740
743
used as the grouping vector. The <codeclass="docutils literal notranslate"><spanclass="pre">DataFrame</span></code> must be indexed by the
741
-
IDs in <cite>distance_matrix</cite> (i.e., the row labels must be distance matrix
742
-
IDs), but the order of IDs between <cite>distance_matrix</cite> and the
744
+
IDs in <cite>distmat</cite> (i.e., the row labels must be distance matrix
745
+
IDs), but the order of IDs between <cite>distmat</cite> and the
743
746
<codeclass="docutils literal notranslate"><spanclass="pre">DataFrame</span></code> need not be the same. All IDs in the distance matrix must
744
747
be present in the <codeclass="docutils literal notranslate"><spanclass="pre">DataFrame</span></code>. Extra IDs in the <codeclass="docutils literal notranslate"><spanclass="pre">DataFrame</span></code> are
745
748
allowed (they are ignored in the calculations).</p>
<dt><strong>distance_matrix</strong><spanclass="classifier">DistanceMatrix</span></dt><dd><p>Distance matrix containing distances between objects (e.g., distances
735
+
<ddclass="field-odd"><dl>
736
+
<dt><strong>distmat</strong><spanclass="classifier">DistanceMatrix</span></dt><dd><p>Distance matrix containing distances between objects (e.g., distances
737
737
between samples of microbial communities).</p>
738
+
<divclass="versionchanged">
739
+
<p><spanclass="versionmodified changed">Changed in version 0.7.0: </span>Renamed from <codeclass="docutils literal notranslate"><spanclass="pre">distance_matrix</span></code>. The old name is kept as an alias.</p>
740
+
</div>
738
741
</dd>
739
742
<dt><strong>data_frame</strong><spanclass="classifier">pandas.DataFrame</span></dt><dd><p>Contains columns of variables (e.g., numeric environmental variables
740
-
such as pH) associated with the objects in <cite>distance_matrix</cite>. Must be
741
-
indexed by the IDs in <cite>distance_matrix</cite> (i.e., the row labels must be
742
-
distance matrix IDs), but the order of IDs between <cite>distance_matrix</cite>
743
+
such as pH) associated with the objects in <cite>distmat</cite>. Must be
744
+
indexed by the IDs in <cite>distmat</cite> (i.e., the row labels must be
745
+
distance matrix IDs), but the order of IDs between <cite>distmat</cite>
743
746
and <cite>data_frame</cite> need not be the same. All IDs in the distance matrix
744
747
must be present in <cite>data_frame</cite>. Extra IDs in <cite>data_frame</cite> are allowed
<dt><strong>distance_matrix</strong><spanclass="classifier">DistanceMatrix</span></dt><dd><p>Distance matrix containing distances between objects (e.g., distances
733
+
<dt><strong>distmat</strong><spanclass="classifier">DistanceMatrix</span></dt><dd><p>Distance matrix containing distances between objects (e.g., distances
734
734
between samples of microbial communities).</p>
735
+
<divclass="versionchanged">
736
+
<p><spanclass="versionmodified changed">Changed in version 0.7.0: </span>Renamed from <codeclass="docutils literal notranslate"><spanclass="pre">distance_matrix</span></code>. The old name is kept as an alias.</p>
737
+
</div>
735
738
</dd>
736
739
<dt><strong>grouping</strong><spanclass="classifier">1-D array_like or pandas.DataFrame</span></dt><dd><p>Vector indicating the assignment of objects to groups. For example,
737
740
these could be strings or integers denoting which group an object
738
741
belongs to. If <cite>grouping</cite> is 1-D <codeclass="docutils literal notranslate"><spanclass="pre">array_like</span></code>, it must be the same
739
-
length and in the same order as the objects in <cite>distance_matrix</cite>. If
742
+
length and in the same order as the objects in <cite>distmat</cite>. If
740
743
<cite>grouping</cite> is a <codeclass="docutils literal notranslate"><spanclass="pre">DataFrame</span></code>, the column specified by <cite>column</cite> will be
741
744
used as the grouping vector. The <codeclass="docutils literal notranslate"><spanclass="pre">DataFrame</span></code> must be indexed by the
742
-
IDs in <cite>distance_matrix</cite> (i.e., the row labels must be distance matrix
743
-
IDs), but the order of IDs between <cite>distance_matrix</cite> and the
745
+
IDs in <cite>distmat</cite> (i.e., the row labels must be distance matrix
746
+
IDs), but the order of IDs between <cite>distmat</cite> and the
744
747
<codeclass="docutils literal notranslate"><spanclass="pre">DataFrame</span></code> need not be the same. All IDs in the distance matrix must
745
748
be present in the <codeclass="docutils literal notranslate"><spanclass="pre">DataFrame</span></code>. Extra IDs in the <codeclass="docutils literal notranslate"><spanclass="pre">DataFrame</span></code> are
746
749
allowed (they are ignored in the calculations).</p>
0 commit comments