make.cutoff.plotly {RVA} | R Documentation |
Create plotly object for number of DE genes at different cutoff combinations
Description
This function processes summary statistics table generated by differential expression analysis
like limma
or DESeq2
to produce an interactibe visual object
which depicts the number of differntially expressed genes with different FDR and
fold change cutoff.
Usage
make.cutoff.plotly(df)
Arguments
df |
Summary statistics table from limma or DEseq2, where each row is a gene. |
[Package RVA version 0.0.5 Index]