Skip to main content

classify_tests_fstat

Function classify_tests_fstat 

Source
pub fn classify_tests_fstat(
    tstat: &Array2<f64>,
    cor_matrix: Option<&Array2<f64>>,
) -> (Vec<f64>, usize)
Expand description

Overall moderated F-statistic per gene (limma’s fstat.only=TRUE). Returns the F-statistics together with the numerator degrees of freedom df1 = r; the denominator df2 is the caller’s df, unchanged.