scDesign3Py.scDesign3.set_r_random_seed

static scDesign3.set_r_random_seed(seed: int)[source]

Set the R random seed

As scDesign3 has some procedure performs some random steps, this function helps you set the random seed to make the results repeatable. The seed is only valid for the next random process. Note that this is a staticmethod.

Details:

The function helps set R random seed.

Arguments:

seed: int

The random seed.

Output:

None