getOutlierScores | R Documentation |
Calculate membership scores given the iterative DE results
getOutlierScores( data = NULL, columns = NULL, conds = NULL, threshold = 0.5, pcs = 3, top = 2 )
data |
data |
columns |
samples |
conds |
conditions |
threshold |
threshold for score |
pcs |
number of PCs |
deres |
DE results |
ntopgenes |
number of top genes |
x <- getOutlierScores()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.