return DEGs UP and DOWN list based on Rank Product
DEGs_RP(
tfit,
lfc = NULL,
p = 0.05,
assemble = "intersect",
Rank = "adj.P.Val",
nperm = 1e+05,
thres = 0.05,
keep.top = NULL,
keep.group = NULL,
...
)
MArrayLM object generated by limma::treat()
num, cutoff of logFC for DE analysis
num, cutoff of p value for DE analysis
'intersect' or 'union', whether to select intersected or union genes of different comparisons, default 'intersect'
character, the variable for ranking DEGs, can be 'logFC', 'adj.P.Val'..., default 'adj.P.Val'
num, permutation runs of simulating the distribution
num, cutoff for rank product permutation test if feature_selection = "rankproduct", default 0.05
NULL or num, whether to keep top n DEGs of specific comparison
NULL or pattern, specify the top DEGs of which comparison or group to be kept
omitted
A list of "UP" and "DOWN" genes