save_results: This function will save the results of a Differential...

View source: R/save_results.R

save_resultsR Documentation

This function will save the results of a Differential Expression analysis

Description

This function takes as input the output of the function "results()" of DEseq2. And will save 3 tables:

  • A table with all genes

  • A table including only the over-expressed genes

  • A table including only the under-expressed genes

Usage

save_results(df, name, l2fc = 0)

Arguments

df

A dataframe with the results of a Differential Expression analysis.

name

The name to be used to save the tables, without file extension.

l2fc

The cut-off of Log2(Fold Change) for the over- and under-expressed tables. Default = 0.


davidrequena/drfun documentation built on May 15, 2024, 10:33 a.m.