Check if data is average referenced
References
Nunez, P.L. & Srinivasan, R. (2006). "Electric Fields of the Brain." 2nd ed. Oxford University Press.
See also
rereference() for changing the reference,
getCurrentReference() for querying the current reference.
Examples
pe <- PhysioExperiment(
assays = list(raw = matrix(rnorm(100), nrow = 10, ncol = 10)),
samplingRate = 100
)
pe <- rereference(pe, ref_type = "average")
isAverageReferenced(pe) # TRUE
#> [1] TRUE