Trendy

Trendy: Segmented regression analysis of expression dynamics for high-throughput ordered profiling experiments

https://github.com/rhondabacher/trendy

Science Score: 23.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    2 of 11 committers (18.2%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.5%) to scientific vocabulary

Keywords from Contributors

bioconductor-package gene genomics transcriptomics ontology proteomics amplicon taxonomy u24ca289073 mutations
Last synced: 10 months ago · JSON representation

Repository

Trendy: Segmented regression analysis of expression dynamics for high-throughput ordered profiling experiments

Basic Info
Statistics
  • Stars: 6
  • Watchers: 3
  • Forks: 2
  • Open Issues: 4
  • Releases: 0
Created over 9 years ago · Last pushed over 2 years ago
Metadata Files
Readme

README.md

Trendy

Trendy: Segmented regression analysis of expression dynamics for high-throughput ordered profiling experiments

Trendy utilizes segmented regression models to simultaneously characterize each gene’s expression pattern and summarize overall dynamic activity in ordered condition experiments. For each gene, Trendy finds the optimal segmented regression model and provides the location and direction of dynamic changes in expression. The top dynamic genes are then identified as genes that can be well profiled by its gene-specific segmented regression model. Trendy also implements functions to visualize the dynamic genes and their trends, to order dynamic genes by their trends, and to compute breakpoint distribution at different time points (e.g. detect time points with a large number of expression changes).

Trendy is now published in BMC Bioinformatics. If you use Trendy in your research, please cite:

Bacher R, Leng N, Chu LF, Ni Z, Thomson JA, Kendziorski C, Stewart R. Trendy: segmented regression analysis of expression dynamics in high-throughput ordered profiling experiments. BMC Bioinformatics. 2018 Dec;19(1):380.

The vignette for Trendy can be found here:

http://www.bioconductor.org/packages/release/bioc/vignettes/Trendy/inst/doc/Trendy_vignette.pdf

The current version of Trendy is now on Bioconductor: http://www.bioconductor.org/packages/release/bioc/html/Trendy.html

The vignette for Trendy can be found here:

http://www.bioconductor.org/packages/release/bioc/vignettes/Trendy/inst/doc/Trendy_vignette.pdf

For previous versions check the release page.

To install Trendy:

You need to have R version >= 3.5 installed.

Option 1:

library(BiocManager)

if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager")

BiocManager::install("Trendy")

Option 2:

install.packages("devtools")

library(devtools)

install_github("rhondabacher/Trendy")

Option 3 (For R version 3.4, note that this version is no longer being updated):

install.packages("devtools")

library(devtools)

install_github("rhondabacher/Trendy", ref="devel")

Trendy R/Shiny Visualization

Trendy R/Shiny assumes you have already run the trendy() function in the Trendy package and saved the output as an .RData object (by setting saveObject = TRUE). The app allows you to extract lists of genes/features according to any pattern of interest. The patten of interest can also be extracted after a given condition (time-point) via the Delay option. The Shiny application also enables the trend and breakpoints of each gene to be explored and visualized.

To launch the Shiny app in R:

library(Trendy)

trendyShiny()

Example of patterns:

"up,down" : Genes/Features which contain a peak through the time-course.

"down,up" : Genes/Features which contain a trough in the time-course.

Owner

  • Name: Rhonda Bacher
  • Login: rhondabacher
  • Kind: user
  • Location: Gainesville, FL
  • Company: University of Florida

Assistant Professor of Biostatistics

GitHub Events

Total
  • Issues event: 1
Last Year
  • Issues event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 179
  • Total Committers: 11
  • Avg Commits per committer: 16.273
  • Development Distribution Score (DDS): 0.307
Past Year
  • Commits: 10
  • Committers: 3
  • Avg Commits per committer: 3.333
  • Development Distribution Score (DDS): 0.6
Top Committers
Name Email Commits
Rhonda Bacher r****r@g****m 124
Nitesh Turaga n****a@g****m 14
Rhonda Bacher r****r@w****u 11
lengning l****1@g****m 8
Rhonda Bacher r****r 8
J Wokaty j****y@s****u 4
LiNk-NY m****9@g****m 2
vobencha v****a@g****m 2
Rhonda Bacher r****r@R****l 2
J Wokaty j****y 2
vobencha v****n@r****g 2
Committer Domains (Top 20 + Academic)

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 13,029 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 6
  • Total maintainers: 1
bioconductor.org: Trendy

Breakpoint analysis of time-course expression data

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 13,029 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Stargazers count: 14.9%
Forks count: 15.3%
Average: 18.2%
Downloads: 60.9%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.4 depends
  • BiocParallel * imports
  • DT * imports
  • S4Vectors * imports
  • SummarizedExperiment * imports
  • gplots * imports
  • grDevices * imports
  • graphics * imports
  • magrittr * imports
  • methods * imports
  • parallel * imports
  • segmented * imports
  • shiny * imports
  • shinyFiles * imports
  • stats * imports
  • utils * imports
  • BiocStyle * suggests
  • devtools * suggests
  • knitr * suggests
  • rmarkdown * suggests