{
  "_id": "6a1f282bb401979e734231ce",
  "Package": "PhysioAnalysis",
  "Title": "Analysis and Visualization for PhysioExperiment Objects",
  "Version": "0.2.0",
  "Authors@R": "person(given = \"Yusuke\",\nfamily = \"Matsui\",\nrole = c(\"aut\", \"cre\"),\nemail = \"you@example.com\")",
  "Author": "Yusuke Matsui",
  "Maintainer": "Yusuke Matsui <you@example.com>",
  "Description": "Provides analysis and visualization functions for\nphysiological signal data including FFT, time-frequency\nanalysis, epoching, connectivity analysis, statistical testing,\nand various plotting functions including topoplots and\nmultichannel displays.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "Collate": "'ops-fft.R' 'ops-timefreq.R' 'ops-epoch.R'\n'ops-connectivity.R' 'stats-tests.R' 'vis-plot.R'\n'vis-multichannel.R' 'vis-topomap.R' 'zzz.R'",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "zlib1g-dev",
  "Repository": "https://x-biosignal.r-universe.dev",
  "Date/Publication": "2026-03-16 11:31:08 UTC",
  "RemoteUrl": "https://github.com/x-biosignal/PhysioAnalysis",
  "RemoteRef": "HEAD",
  "RemoteSha": "671b600d26c20ba570261995c1b2beff372c2ac7",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-16 05:21:39 UTC",
    "User": "root"
  },
  "MD5sum": "a8ce046c6d184b322c908a825c2659ea",
  "_user": "x-biosignal",
  "_type": "src",
  "_file": "PhysioAnalysis_0.2.0.tar.gz",
  "_fileid": "d68978e2e2396388b0b75a3e52f54a317f511a3aacffa1ef8199aee32efda9b8",
  "_filesize": 270994,
  "_sha256": "d68978e2e2396388b0b75a3e52f54a317f511a3aacffa1ef8199aee32efda9b8",
  "_created": "2026-05-16T05:21:39.000Z",
  "_published": "2026-06-02T18:59:55.942Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79149230431,
      "time": 245,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7030791500"
    },
    {
      "job": 79149230736,
      "time": 223,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030789057"
    },
    {
      "job": 79149230717,
      "time": 162,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7030782079"
    },
    {
      "job": 79149230689,
      "time": 204,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030786695"
    },
    {
      "job": 79149229842,
      "time": 204,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030763488"
    },
    {
      "job": 79149229674,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367142684"
    },
    {
      "job": 79149230517,
      "time": 196,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7030785526"
    },
    {
      "job": 79149230493,
      "time": 189,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7030784888"
    },
    {
      "job": 79149230638,
      "time": 205,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030787142"
    }
  ],
  "_buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953692862",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/x-biosignal/PhysioAnalysis",
  "_commit": {
    "id": "671b600d26c20ba570261995c1b2beff372c2ac7",
    "author": "Yusuke Matsui <mail.to.matsui@gmail.com>",
    "committer": "Yusuke Matsui <mail.to.matsui@gmail.com>",
    "message": "docs: Add comprehensive README\n",
    "time": 1773660668
  },
  "_maintainer": {
    "name": "Yusuke Matsui",
    "email": "you@example.com",
    "login": "invalid-email-address",
    "uuid": 148100
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2",
      "role": "Depends"
    },
    {
      "package": "PhysioCore",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "SummarizedExperiment",
      "role": "Imports"
    },
    {
      "package": "S4Vectors",
      "role": "Imports"
    },
    {
      "package": "signal",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.2.0",
      "role": "Suggests"
    }
  ],
  "_owner": "x-biosignal",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-12",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "ymatts",
      "count": 2,
      "uuid": 5744286
    }
  ],
  "_userbio": {
    "uuid": 268545536,
    "type": "organization",
    "name": "x-biosignal"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/PhysioAnalysis"
  },
  "_devurl": "https://github.com/x-biosignal/physioanalysis",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/PhysioAnalysis.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "anovaEpochs",
    "averageEpochs",
    "bandPower",
    "bootstrapCI",
    "clusterPermutationTest",
    "coherence",
    "connectivityMatrix",
    "correctPValues",
    "correlationMatrix",
    "crossSpectrum",
    "effectSize",
    "epochData",
    "epochTimes",
    "fftSignals",
    "findSignificantWindows",
    "grandAverage",
    "hilbertTransform",
    "instantaneousAmplitude",
    "instantaneousPhase",
    "pli",
    "plotERP",
    "plotMultiChannel",
    "plotPSD",
    "plotSignal",
    "plotSpectrogram",
    "plotTopomap",
    "plotTopomapSeries",
    "plv",
    "spectrogram",
    "tTestEpochs",
    "waveletTransform",
    "wPLI"
  ],
  "_help": [
    {
      "page": "dot-onLoad",
      "title": "Package on-load hook",
      "topics": [
        ".onLoad"
      ]
    },
    {
      "page": "anovaEpochs",
      "title": "ANOVA across conditions",
      "topics": [
        "anovaEpochs"
      ]
    },
    {
      "page": "averageEpochs",
      "title": "Average epochs",
      "topics": [
        "averageEpochs"
      ]
    },
    {
      "page": "bandPower",
      "title": "Compute band power",
      "topics": [
        "bandPower"
      ]
    },
    {
      "page": "bootstrapCI",
      "title": "Bootstrap confidence interval for ERP",
      "topics": [
        "bootstrapCI"
      ]
    },
    {
      "page": "clusterPermutationTest",
      "title": "Cluster-based permutation test",
      "topics": [
        "clusterPermutationTest"
      ]
    },
    {
      "page": "coherence",
      "title": "Connectivity Analysis for PhysioExperiment",
      "topics": [
        "coherence"
      ]
    },
    {
      "page": "connectivityMatrix",
      "title": "Compute connectivity matrix for a frequency band",
      "topics": [
        "connectivityMatrix"
      ]
    },
    {
      "page": "correctPValues",
      "title": "Multiple comparison correction",
      "topics": [
        "correctPValues"
      ]
    },
    {
      "page": "correlationMatrix",
      "title": "Compute correlation matrix between channels",
      "topics": [
        "correlationMatrix"
      ]
    },
    {
      "page": "crossSpectrum",
      "title": "Compute cross-spectral density",
      "topics": [
        "crossSpectrum"
      ]
    },
    {
      "page": "effectSize",
      "title": "Compute effect size (Cohen's d)",
      "topics": [
        "effectSize"
      ]
    },
    {
      "page": "epochData",
      "title": "Epoching operations for PhysioExperiment",
      "topics": [
        "epochData"
      ]
    },
    {
      "page": "epochTimes",
      "title": "Get epoch time vector",
      "topics": [
        "epochTimes"
      ]
    },
    {
      "page": "fftSignals",
      "title": "Fast Fourier transform helper",
      "topics": [
        "fftSignals"
      ]
    },
    {
      "page": "findSignificantWindows",
      "title": "Find significant time windows",
      "topics": [
        "findSignificantWindows"
      ]
    },
    {
      "page": "grandAverage",
      "title": "Grand average across subjects/samples",
      "topics": [
        "grandAverage"
      ]
    },
    {
      "page": "hilbertTransform",
      "title": "Hilbert transform for instantaneous amplitude/phase",
      "topics": [
        "hilbertTransform"
      ]
    },
    {
      "page": "instantaneousAmplitude",
      "title": "Extract instantaneous amplitude (envelope)",
      "topics": [
        "instantaneousAmplitude"
      ]
    },
    {
      "page": "instantaneousPhase",
      "title": "Extract instantaneous phase",
      "topics": [
        "instantaneousPhase"
      ]
    },
    {
      "page": "pli",
      "title": "Compute Phase Lag Index (PLI)",
      "topics": [
        "pli"
      ]
    },
    {
      "page": "plotERP",
      "title": "Plot event-related potential (ERP) waveform",
      "topics": [
        "plotERP"
      ]
    },
    {
      "page": "plotMultiChannel",
      "title": "Multi-channel visualization functions",
      "topics": [
        "plotMultiChannel"
      ]
    },
    {
      "page": "plotPSD",
      "title": "Plot power spectral density",
      "topics": [
        "plotPSD"
      ]
    },
    {
      "page": "plotSignal",
      "title": "Plot a signal channel",
      "topics": [
        "plotSignal"
      ]
    },
    {
      "page": "plotSpectrogram",
      "title": "Plot spectrogram",
      "topics": [
        "plotSpectrogram"
      ]
    },
    {
      "page": "plotTopomap",
      "title": "Topographic Map Visualization",
      "topics": [
        "plotTopomap"
      ]
    },
    {
      "page": "plotTopomapSeries",
      "title": "Plot topographic map animation",
      "topics": [
        "plotTopomapSeries"
      ]
    },
    {
      "page": "plv",
      "title": "Compute Phase Locking Value (PLV)",
      "topics": [
        "plv"
      ]
    },
    {
      "page": "spectrogram",
      "title": "Time-Frequency Analysis for PhysioExperiment",
      "topics": [
        "spectrogram"
      ]
    },
    {
      "page": "tTestEpochs",
      "title": "Statistical Testing for PhysioExperiment",
      "topics": [
        "tTestEpochs"
      ]
    },
    {
      "page": "waveletTransform",
      "title": "Wavelet transform",
      "topics": [
        "waveletTransform"
      ]
    },
    {
      "page": "wPLI",
      "title": "Compute weighted Phase Lag Index (wPLI)",
      "topics": [
        "wPLI"
      ]
    }
  ],
  "_readme": "https://github.com/x-biosignal/PhysioAnalysis/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "Biobase",
    "BiocGenerics",
    "DelayedArray",
    "generics",
    "GenomicRanges",
    "IRanges",
    "lattice",
    "MASS",
    "Matrix",
    "MatrixGenerics",
    "matrixStats",
    "PhysioCore",
    "S4Arrays",
    "S4Vectors",
    "Seqinfo",
    "signal",
    "SparseArray",
    "SummarizedExperiment",
    "XVector"
  ],
  "_vignettes": [
    {
      "source": "spectral-analysis.Rmd",
      "filename": "spectral-analysis.html",
      "title": "Spectral Analysis with PhysioAnalysis",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Setup",
        "Creating Example Data",
        "FFT Analysis",
        "Interpreting the FFT Output",
        "Power Spectral Density",
        "Band Power Extraction",
        "Spectrogram (Short-Time Fourier Transform)",
        "Window Parameters",
        "Wavelet Transform",
        "Hilbert Transform and Instantaneous Measures",
        "Summary",
        "References",
        "Session Info"
      ],
      "created": "2026-03-16 08:32:53",
      "modified": "2026-03-16 08:32:53",
      "commits": 1
    },
    {
      "source": "statistical-testing.Rmd",
      "filename": "statistical-testing.html",
      "title": "Statistical Testing with PhysioAnalysis",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Setup",
        "Creating Epoched Test Data",
        "Pointwise t-Tests",
        "One-Sample t-Test",
        "Two-Sample t-Test",
        "Paired t-Test",
        "One-Sided Tests",
        "ANOVA Across Conditions",
        "Cluster-Based Permutation Tests",
        "How It Works",
        "One-Sample Cluster Test",
        "Examining the Permutation Distribution",
        "Effect Sizes",
        "Bootstrap Confidence Intervals",
        "Multiple Comparison Correction",
        "Choosing a Correction Method",
        "Finding Significant Time Windows",
        "Complete Workflow Example",
        "References",
        "Session Info"
      ],
      "created": "2026-03-16 08:32:53",
      "modified": "2026-03-16 08:32:53",
      "commits": 1
    }
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "physioanalysis",
  "_universes": [
    "x-biosignal",
    "invalid-email-address"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-16T05:24:09.000Z",
      "distro": "noble",
      "commit": "671b600d26c20ba570261995c1b2beff372c2ac7",
      "fileid": "7e2bc91373bd67580085563665864d1bf353582b6ede0770d6304c03cdd89e07",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953692862"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-16T05:23:59.000Z",
      "distro": "noble",
      "commit": "671b600d26c20ba570261995c1b2beff372c2ac7",
      "fileid": "56b80f9be4a6285a23af4419765ce2f30e6d6fd0a94b2ade4e9bffbfbb9384d3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953692862"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-16T05:23:30.000Z",
      "commit": "671b600d26c20ba570261995c1b2beff372c2ac7",
      "fileid": "688a0305b22ef760703b2da292a18eb34568a02b186bacb28442533febfdd312",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953692862"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-16T05:23:54.000Z",
      "commit": "671b600d26c20ba570261995c1b2beff372c2ac7",
      "fileid": "2cdc0a5eba6d3a844545013932c00b93411179d584699de1295eda35e0a9f659",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953692862"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-16T05:23:11.000Z",
      "commit": "671b600d26c20ba570261995c1b2beff372c2ac7",
      "fileid": "ec4f22b88d5682de9a6b880e6e7b7b71695ea3fe9342d6cc2b147cd83264d497",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953692862"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-16T05:23:05.000Z",
      "commit": "671b600d26c20ba570261995c1b2beff372c2ac7",
      "fileid": "0a05489634d402214021588ec23d5215b3fa8cf45d66c0c982172ba257247142",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953692862"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-16T05:23:31.000Z",
      "commit": "671b600d26c20ba570261995c1b2beff372c2ac7",
      "fileid": "6e16736af2516b4d344f5dc46ac0f3648773a563ce7820cf270c561853b6ca7e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953692862"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-02T18:59:33.000Z",
      "commit": "671b600d26c20ba570261995c1b2beff372c2ac7",
      "fileid": "d12dd5c4bf64addce2536cf9792f3894b0bd03c53a22ff24568406e0fde71cc3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953692862"
    }
  ]
}