Skip to content

Commit

Permalink
Improve citation info for SPEAQeasy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed May 10, 2021
1 parent bb0b75d commit cf2a0d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,13 @@ A guided example showing how processed results from the RNAseq pipeline [SPEAQea
We hope that [`SPEAQeasy`](http://research.libd.org/SPEAQeasy/) will be useful for your research. Please use the following information to cite the package and the overall approach. Thank you!

```
@article {Eagless12859-021-04142-3,
@article {Eagles2021,
author = {Eagles, Nicholas J. and Burke, Emily E. and Leonard, Jabob 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},
elocation-id = {s12859-021-04142-3},
year = {2021},
doi = {10.1186/s12859-021-04142-3},
publisher = {Cold Spring Harbor Laboratory},
abstract = {RNA sequencing (RNA-seq) is a common and widespread biological assay, and an increasing amount of data is generated with it. In practice, there are a large number of individual steps a researcher must perform before raw RNA-seq reads yield directly valuable information, such as differential gene expression data. Existing software tools are typically specialized, only performing one step-- such as alignment of reads to a reference genome-- of a larger workflow. The demand for a more comprehensive and reproducible workflow has led to the production of a number of publicly available RNA-seq pipelines. However, we have found that most require computational expertise to set up or share among several users, are not actively maintained, or lack features we have found to be important in our own analyses. In response to these concerns, we have developed a Scalable Pipeline for Expression Analysis and Quantification (SPEAQeasy), which is easy to install and share, and provides a bridge towards R/Bioconductor downstream analysis solutions. SPEAQeasy is user-friendly and lowers the computational-domain entry barrier for biologists and clinicians to RNA-seq data processing as the main input file is a table with sample names and their corresponding FASTQ files. SPEAQeasy is portable across computational frameworks (SGE, SLURM, local, docker integration) and different configuration files are provided.Competing Interest StatementJ.L., V.L.S., E.G-M., I.A-O. were employed by Winter Genomics. All other authors have no conflicts of interest to declare.},
URL = {https://doi.org/10.1186/s12859-021-04142-3},
eprint = {https://bmcbioinformatics.biomedcentral.com/track/pdf/10.1186/s12859-021-04142-3.pdf},
journal = {BMC Bioinformatics}
}
```
Expand Down

0 comments on commit cf2a0d0

Please sign in to comment.