gretapy.ds.toy#
- gretapy.ds.toy(n_cells=60, seed=42)#
Generate synthetic MuData and GRN for testing and demonstration.
Creates biologically structured test data with RNA and ATAC modalities, along with a gene regulatory network (GRN) DataFrame.
- Parameters:
- Return type:
- Returns:
tuple[mu.MuData, pd.DataFrame] A tuple containing: - MuData with ‘rna’ and ‘atac’ modalities - GRN DataFrame with columns: source, target, cre, score