format_res_limma.Rd
Formatting differential expression results from limma
format_res_limma(
dt,
gene_id_conversion = NULL,
log2FoldChange = 0,
n_label = 20,
padj = 0.05
)
Differential expression results dataframe from limma
Default to NULL.
Can provide a dataframe with gene_name
and uniprot_id
columns to easily convert nomenclature.
Log2FC absolute threshold
maximum number of label on volcano plot
adjusted p value threshold. Default to 0.05
Formatted data frame
Other Helper:
counts_rna()
,
format_res_deseq()
,
get_background()
,
get_metadata()
,
processed_proteomics()
,
processed_rna()