| discoPeriodDetection | R Documentation | 
Detect dataset-wide fits to multiple periodicities
discoPeriodDetection(
  se,
  timeType = c("linear", "circular"),
  main_per = 24,
  test_periods = NULL
)
se | 
 SummarizedExperiment, the main data object used by DiscoRhythm expected to contain se$ID, se$ReplicateID, se$Time sample metadata and non-null rownames. See the vignette for more details.  | 
timeType | 
 character, time is either reported as "linear" or "circular" on some base-cycle (ex. time of day). This determines the periods that will be tested for.  | 
main_per | 
 numeric, if   | 
test_periods | 
 numeric, a vector of the periods to test.
if   | 
A data.frame of Rsquared values for each period, for each row of Maindata.
se <- discoGetSimu(TRUE) # Detect periods rsqs <- discoPeriodDetection(se)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.