compareAgainstReferencePerMethod {cTRAP} | R Documentation |
Compare single method
compareAgainstReferencePerMethod(method, diffExprGenes, reference, geneSize = 150, cellLines = NULL, cellLineMean = "auto", rankPerCellLine = FALSE)
method |
Character: comparison methods to run ( |
diffExprGenes |
Numeric: named vector of differentially expressed genes whose names are gene identifiers and respective values are a statistic that represents significance and magnitude of differentially expressed genes (e.g. t-statistics) |
reference |
Data matrix or |
geneSize |
Number: top and bottom number of differentially expressed
genes for gene set enrichment (only used if |
cellLines |
Integer: number of unique cell lines |
cellLineMean |
Boolean: add a column with the mean score across cell
lines? If |
rankPerCellLine |
Boolean: when ranking results, also rank them based on
individual cell lines instead of only focusing on the mean score across
cell lines; if |
rankByAscending |
Boolean: rank values based on their ascending (TRUE) or descending (FALSE) order? |
Data frame containing the results per method of comparison