single_omic_comparisons.Rd
Compare differential expressed genes and proteins
single_omic_comparisons(
multiassay,
threshold = 0.05,
pvalue = c("padj", "pvalue", "all"),
filtering_options = "both_significant",
additional_database_gmt = NULL
)
Multiassay experiment object generated by Omix
is the pvalue threshold. Default to 0.05
Comparison reference.can be set to pvalue
or padj
, to consider
the normal p values or the ones after multiple testing correction,
respectively. With pvalue == all
, no p value threshold is applied and all genes will be
compared. all genes are kept and only the direction is compared.
default to NULL
. if set to both_significant
the
returned dataframe will only display genes that are significant at both
transcriptomics and proteomics levels. Setting the parameter to either
will
return genes that are significant in at least one layer.
provide GMT file path for integrated pathway enrichment
A list object with dataframe
and plot
slots
Other Single-omic:
DE_multiomics()
,
protein_DE_analysis()
,
rna_DE_analysis()
,
spls_wrapper()
,
wgcna_wrapper()