https://github.com/bioconductor-source/timeseriesexperiment

https://github.com/bioconductor-source/timeseriesexperiment

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bioconductor-source
  • License: mit
  • Language: R
  • Default Branch: devel
  • Size: 45.9 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License

README.md

Build Status <!-- codecov -->

TimeSeriesExperiment

Analysis and visualization of short time series data

Overview

TimeSeriesExperiment is a package for visualization and analysis of short, regular time-series datasets. The package is a comprehensive toolbox built on TimeSeriesExperiment class (extension of SummarizedExperiment) designed specifically to handle time-course data. Functions included allow user to perform the analysis efficiently. Apart from native functions, TimeSeriesExperiment also includes wrappers around functions from other package to let the user easily work on TimeSeriesExperiment object without having to switch between different frameworks. The package is mostly indended for gene expression data, but can be applied to any datasets with observations taken over time.

TimeSeriesExperiment performs:

  • data normalization and transformation
  • heatmap plotting with colorbars
  • PCA projection of samples
  • PCA projection of features with corresponding time-series overlayed
  • Time-series features clustering
  • Finding genes differentially expressed between two conditions/groups at specific timepoints
  • Finding genes with differential trajectories between two conditions/groups
  • Pathway enrichment analysis. Looking for over-representation of differential genes in GO or KEGG pathways.

To install the package do the following:

{r} install.packages("devtools") devtools::install_github("nlhuong/TimeSeriesExperiment")

The package is currently submitted to Bioconductor and will be available in the future from:

{r} if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("TimeSeriesExperiment")

Data

The examples in the package are based on the data from the study A comparative study of endoderm differentiation in humans and chimpanzees by Blake et al. (2018).

The data used in the vignettes on the Cop1 role in pro-inflammatory response can be accessed from GEO with accession number, GSE114762.

Owner

  • Name: (WIP DEV) Bioconductor Packages
  • Login: bioconductor-source
  • Kind: organization
  • Email: maintainer@bioconductor.org

Source code for packages accepted into Bioconductor

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • R >= 4.1 depends
  • S4Vectors >= 0.19.23 depends
  • SummarizedExperiment >= 1.11.6 depends
  • DESeq2 * imports
  • Hmisc * imports
  • dplyr * imports
  • dynamicTreeCut * imports
  • edgeR * imports
  • ggplot2 >= 3.0.0 imports
  • graphics * imports
  • limma * imports
  • magrittr * imports
  • methods * imports
  • proxy * imports
  • stats * imports
  • tibble * imports
  • tidyr * imports
  • utils * imports
  • vegan * imports
  • viridis * imports
  • Biobase * suggests
  • BiocFileCache >= 1.5.8 suggests
  • ComplexHeatmap * suggests
  • GO.db * suggests
  • MASS * suggests
  • RColorBrewer * suggests
  • UpSetR * suggests
  • circlize * suggests
  • grDevices * suggests
  • grid * suggests
  • knitr * suggests
  • org.Hs.eg.db * suggests
  • org.Mm.eg.db * suggests
  • rmarkdown * suggests