The function takes in a list of dataframe, comp names and a specified type, to output a dataframe styled for ggplot.
secondCutoffErr(df, comp.names, TypeQ = 1)
A list of dataframes.
a character vector contain the comparison names corresponding to the same order to the dat.list
. default = NULL.
If type = 1(default) return directional null plot. If type = 2 return non directional null plot.
Returns a dataframe.
secondCutoffErr is a function specifically meant to be used for list inputs. It is used for cases where after applying filter to the data, one of the comparison ID gets left out, this adversely effects the ggplot
Xingpeng Li & Siddhartha Pachhai RVA - RNAseq Visualization Automation tool.