check_sig | R Documentation |
check_sig()
is a helper function that shows useful information about signatures
that you want to test on your gene expression matrix.
check_sig(expr_data, signatures = "all")
expr_data |
A normalized gene expression matrix (or data frame) with gene symbols as row names and samples as columns. |
signatures |
It can be a list of signatures or a character vector indicating
keywords for a group of signatures. The default ( |
A tibble with a number of rows equal to the number of input signatures and five columns:
signature_id
, a unique identifier associated to a signature;
n_genes
, the number of genes composing a signature;
n_present
and frac_present
, the number and fraction of genes in a
signature which are present in expr_data
, respectively;
missing_genes
, the missing gene symbols for each signature.
get_sig_info()
, hack_sig()
check_sig(test_expr)
check_sig(test_expr, "estimate")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.