View source: R/ext_solutions_df.R
ext_solutions_df | R Documentation |
ext_solutions_df
class object.The extended solutions data frame is a column-extended variation of the
solutions data frame. It contains association p-values relating cluster
membership to feature distribution for all solutions in a solutions data
frame and all features in a provided data list (or data lists). If a
target data list was used during the call to extend_solutions
, the
extended solutions data frame will also have columns "min_pval",
"mean_pval", and "max_pval" summarizing the p-values of just those features
that were a part of the target list.
ext_solutions_df(ext_sol_dfl, sol_df, fts, target_dl)
ext_sol_dfl |
An extended solutions data frame-like object. |
sol_df |
Result of |
fts |
A vector of all features that have association p-values stored in the resulting extended solutions data frame. |
target_dl |
A data list with features to calculate p-values for. Features in the target list will be included during p-value summary measure calculations. |
An ext_solutions_df
class object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.