Reporter
A reporter creates an analysis of a cohort. It should receive a cohort, execute and return the report.
To subclass
- implement execute method, returning a table
Parameters:
Name | Type | Description | Default |
---|---|---|---|
pretty_display
|
bool
|
True by default. If true, dataframe is ready for display in a study report with values rounded to the decimal place and phenotype display names shown. Additionally, numeric values are cast to strings so that empty strings "" are displayed rather than NaNs. |
True
|
decimal_places
|
int
|
Number of decimal places to round to. By default set to 1. |
1
|