scphylo.datasets.tnbc#

scphylo.datasets.tnbc()[source]#

Triple-negative Breast Cancer.

This dataset was introduced in [Wang_2014] and was used in:

The size is n_cells × n_muts = 16 × 20

Returns

An anndata in which .X is the input noisy.

Return type

anndata.AnnData

Examples

>>> adata = scp.datasets.tnbc()
>>> df_in = adata.to_df()