SPEAQeasy
Lieber Institute for Brain Development, Johns Hopkins Medical CampusLieber Institute for Brain Development, Johns Hopkins Medical CampusCenter for Computational Biology, Johns Hopkins University
lcolladotor@gmail.com
Overview
SPEAQeasy is a Nextflow-based Scalable RNA-seq Pipeline for Expression Analysis and Quantification.
Diagram representing the “conceptual” workflow traversed by SPEAQeasy. Here some nextflow processes
are grouped together for simplicity; the exact processes traversed are enumerated here. The red box indicates the FASTQ files are inputs to the pipeline; green coloring denotes major output files from the pipeline; the remaining boxes represent computational steps. Yellow-colored steps are optional or not always performed; for example, preparing a particular set of annotation files occurs once and uses a cache for further runs. Finally, blue-colored steps are ordinary processes which occur on every pipeline execution.
Cite SPEAQeasy
We hope that SPEAQeasy
will be useful for your research. Please use the following information to cite the package and the overall approach. Thank you!
@article {Eagles2021,
author = {Eagles, Nicholas J. and Burke, Emily E. and Leonard, Jacob and Barry, Brianna K. and Stolz, Joshua M. and Huuki, Louise and Phan, BaDoi N. and Larrios Serrato, Violeta and Guti{\'e}rrez-Mill{\'a}n, Everardo and Aguilar-Ordo{\~n}ez, Israel and Jaffe, Andrew E. and Collado-Torres, Leonardo},
title = {SPEAQeasy: a scalable pipeline for expression analysis and quantification for R/bioconductor-powered RNA-seq analyses},
year = {2021},
doi = {10.1186/s12859-021-04142-3},
publisher = {Springer Science and Business Media LLC},
URL = {https://doi.org/10.1186/s12859-021-04142-3},
journal = {BMC Bioinformatics}
}
This is a project by the R/Bioconductor-powered Team Data Science at the Lieber Institute for Brain Development.
R session information
Details on the R version used for making this book. The source code is available at LieberInstitute/SPEAQeasy
.
## Load the package at the top of your script
library("sessioninfo")
## Reproducibility information
print('Reproducibility information:')
Sys.time()
proc.time()
options(width = 120)
session_info()
## [1] "Reproducibility information:"
## [1] "2024-01-23 20:32:29 UTC"
## user system elapsed
## 0.461 0.378 0.489
## ─ Session info ───────────────────────────────────────────────────────────────────────────────────────────────────────
## setting value
## version R Under development (unstable) (2024-01-17 r85813)
## os Ubuntu 22.04.3 LTS
## system x86_64, linux-gnu
## ui X11
## language (EN)
## collate en_US.UTF-8
## ctype en_US.UTF-8
## tz UTC
## date 2024-01-23
## pandoc 3.1.1 @ /usr/local/bin/ (via rmarkdown)
##
## ─ Packages ───────────────────────────────────────────────────────────────────────────────────────────────────────────
## package * version date (UTC) lib source
## bookdown 0.37 2023-12-01 [1] CRAN (R 4.4.0)
## bslib 0.6.1 2023-11-28 [1] CRAN (R 4.4.0)
## cachem 1.0.8 2023-05-01 [1] CRAN (R 4.4.0)
## cli 3.6.2 2023-12-11 [2] CRAN (R 4.4.0)
## digest 0.6.34 2024-01-11 [2] CRAN (R 4.4.0)
## evaluate 0.23 2023-11-01 [2] CRAN (R 4.4.0)
## fastmap 1.1.1 2023-02-24 [2] CRAN (R 4.4.0)
## htmltools 0.5.7 2023-11-03 [1] CRAN (R 4.4.0)
## jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.4.0)
## jsonlite 1.8.8 2023-12-04 [2] CRAN (R 4.4.0)
## knitr 1.45 2023-10-30 [2] CRAN (R 4.4.0)
## lifecycle 1.0.4 2023-11-07 [1] CRAN (R 4.4.0)
## R6 2.5.1 2021-08-19 [2] CRAN (R 4.4.0)
## rlang 1.1.3 2024-01-10 [1] CRAN (R 4.4.0)
## rmarkdown 2.25 2023-09-18 [1] CRAN (R 4.4.0)
## rstudioapi 0.15.0 2023-07-07 [2] CRAN (R 4.4.0)
## sass 0.4.8 2023-12-06 [1] CRAN (R 4.4.0)
## sessioninfo * 1.2.2 2021-12-06 [2] CRAN (R 4.4.0)
## xfun 0.41 2023-11-01 [2] CRAN (R 4.4.0)
## yaml 2.3.8 2023-12-11 [2] CRAN (R 4.4.0)
##
## [1] /usr/local/lib/R/host-site-library
## [2] /usr/local/lib/R/site-library
## [3] /usr/local/lib/R/library
##
## ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
This book was last updated on 2024-01-23 20:32:29.149412.