| 436 | } |
| 437 | |
| 438 | struct RankGeneGroupsComputed { |
| 439 | groups: Vec<String>, |
| 440 | results: DifferentialExpressionResults, |
| 441 | reference: Option<String>, |
| 442 | } |
| 443 | |
| 444 | #[allow(clippy::too_many_arguments)] |
| 445 | fn run_differential_expression<T>( |
nothing calls this directly
no outgoing calls
no test coverage detected