Description Usage Arguments Value References Examples
View source: R/omicslondaHelper.R
Calculate Test-Statistic of each feature's time interval
1 | testStat(curve.fit.df)
|
curve.fit.df |
gss data object of the fitted spline |
a list that has the test statistic for each time interval
Ahmed Metwally (ametwall@stanford.edu)
1 2 3 4 | library(SummarizedExperiment)
data("omicslonda_data_example")
model = omicslonda_data_example$omicslonda_results$model
stat = testStat(model)$testStat
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.