rstoolbox
1.0.0
Scripts
Tutorial
API
Site
An introduction to rstoolbox
Highlighted works
Installing and Getting Started
Available direct executables
Tutorials
API reference
RosettaScripts
What’s new
Contributing
Page
rstoolbox.tests.helper.random_frequency_matrix
rstoolbox.tests.helper.random_frequency_matrix
¶
rstoolbox.tests.helper.
random_frequency_matrix
(
size
,
seed=None
)
¶
Generate a random frequency matrix.
Parameters:
size
(
int
) – How many rows should the matrix have.
seed
(
int
) – If provided, set a fixed seed.
Returns:
DataFrame