results {Trendy} | R Documentation |
Convenient helper function to extract the results of running
Trendy. Results data.frames/matrices are stored in the
metadata
slot and can also be accessed without the help of this
convenience function by calling metadata()
.
results(DATA, type = c("TrendyFits"))
DATA |
An object of class |
type |
A character variable specifying which output is desired, with possible values "TrendyFits". By default results() will return type="TrendyFits", which is the matrix of normalized counts from SCnorm. |
A data.frame
containing output as detailed in the
description of the type
input parameter
data(trendyExampleData) Conditions = rep(c(1), each= 90) trendyOut <- trendy(Data=trendyExampleData[seq_len(2),]) trendyResults <- results(trendyOut)