design2layout | R Documentation |
Convert experiment design into reasonable plot panel layout
design2layout(SE, group_colname = NULL, run_colname = NULL, ...)
This function is in development, and is intended for a specific scenario where an experiment design with optional batch/run can be represented in a sensible layout, with appropriate number of panel columns, and number of panel rows.
list
with elements:
nrow
: number of panel rows
ncol
: number of panel columns
blank_pos
: integer vector for blank panels, if any
Group_ctm
: summary info about the panel layout
isamples
: character vector indicating order to plot
Other jam utility functions:
cardinality()
,
color_complement()
,
convert_PD_df_to_SE()
,
convert_imputed_assays_to_na()
,
curate_se_colData()
,
curate_to_df_by_pattern()
,
get_numeric_transform()
,
handle_df_args()
,
merge_proteomics_se()
,
nmat_summary()
,
nmatlist_summary()
,
rmd_tab_iterator()
,
rowNormScale()
,
summit_from_vector()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.