format_res_deseq.RdFormatting differential expression results from DESEQ2
format_res_deseq(
dt,
log2FoldChange = 0,
padj = 0.05,
n_label = 10,
gene_id_conversion = NULL,
filter_protein_coding = TRUE
)Differential expression results dataframe from DESEQ2
Log2FC absolute threshold
adjusted p value threshold. Default to 0.05
maximum number of label on volcano plot
Default to NULL. Can provide a dataframe
with gene_name and uniprot_id columns to easily convert nomenclature.
Logical as whether to filter protein coding gene. Default to TRUE.
Formatted data frame
Other Helper:
counts_rna(),
format_res_limma(),
get_background(),
get_metadata(),
processed_proteomics(),
processed_rna()