Trendy
Trendy: Segmented regression analysis of expression dynamics for high-throughput ordered profiling experiments
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
Repository
Trendy: Segmented regression analysis of expression dynamics for high-throughput ordered profiling experiments
Basic Info
- Host: GitHub
- Owner: rhondabacher
- Language: R
- Default Branch: master
- Homepage: https://bioconductor.org/packages/release/bioc/html/Trendy.html
- Size: 6.42 MB
Statistics
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 4
- Releases: 0
Metadata Files
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:
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
- Website: www.rhondabacher.com
- Repositories: 3
- Profile: https://github.com/rhondabacher
Assistant Professor of Biostatistics
GitHub Events
Total
- Issues event: 1
Last Year
- Issues event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | 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
- Homepage: https://github.com/rhondabacher/Trendy
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/Trendy/inst/doc/Trendy.pdf
- License: GPL-3
-
Latest release: 1.30.0
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- 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