SOLAR_results_kbl: Show clean SOLAR results

View source: R/SOLAR_results_kbl.R

SOLAR_results_kblR Documentation

Show clean SOLAR results

Description

Makes a kbl table from raw results obtained by by 'get_SOLAR_results', which is a useful function to retrieve multiple-trait heritability. But in principle it works even with just 1 trait

Usage

SOLAR_results_kbl(x, padj_method = "BH", complete.cases = TRUE, escape = TRUE)

Arguments

x

A data.frame object as retrieved as-is by 'get_SOLAR_results'

padj_method

A character with the adjustment required. 'none' is also accepted and crude P-values will be kept

complete.cases

A logical saying whether you want to remove rows with 1 or more NAs. Default is 'TRUE'

escape

A logical, the escape option coded in kableExtra::kbl. This should allow for cool output options in latex and html

Value

a kbl table, with default settings

Examples


# No microbiome SOLAR runs were stored as data.


g-antonello/gautils documentation built on May 3, 2024, 10:51 a.m.