decoupler.get_toy_benchmark_data

decoupler.get_toy_benchmark_data(n_samples=24, seed=42, shuffle_perc=0.25)

Generate a toy mat, net and obs for testing the benchmark pipeline.

Parameters:
n_samplesint

Number of samples to generate.

seedint

Random seed to use.

shuffle_percfloat

Percentage of the ground truth to randomize.

Returns:
matDataFrame

mat example.

netDataFrame

net example.

obsDataFrame

obs example.