Experiment.to_pandas(sample_field=None, feature_field=None, sparse=None)[source]¶Get a pandas dataframe of the abundances Samples are rows, features are columns. Can specify the metadata fields for the index (default is sample_metadata index) and column labels (default is feature_metadata index)
| Parameters: |
|
|---|---|
| Returns: | |
| Return type: | pandas.Dataframe or pandas.SparseDataFrame |