This is mainly for feature rankings, but could be something else? Returns a table of features that can be piped into GeneSetDb() constructor, should insipiration strike.
signature(x, ...)
A FacileAnalysisResult
.
Most of the signature.*
functions defined over the result of analysis first
passes through a call to ranks()
first, which then calls the signature()
method on those ranks, ie. the two segments below will produce the same
result.
pca.sigs <- FacileData::exampleFacileDataSet() %>%
FacileData::filter_samples(indication == "CRC") %>%
fpca() %>%
signature()