Skip to content

RNA-Seq Reports, an open-source cloud-enabled framework for reproducible RNA-Seq data processing, analysis, and result reporting

License

Notifications You must be signed in to change notification settings

willhooper/RSEQREP

 
 

Repository files navigation

RSEQREP

RNA-Seq Reports, an open-source cloud-enabled framework for reproducible RNA-Seq data processing, analysis, and result reporting

INSTALLATION

Option 1 (local Ubuntu server):

  • install LTS Ubuntu desktop version 16.04.03 on your machine (http://releases.ubuntu.com/16.04.3/, install from bootable USB)
  • copy/clone the RSEQREP github source code to your Ubuntu machine (git clone https://github.com/emmesgit/RSEQREP.git). Ensure read write and execute permissions are set for RSEQREP (chmod -R u+rwx RSEQREP).
  • execute our installation shell script to install the software on your own Ubuntu machine (sh RSEQREP/ubuntu/install-software.sh)

Option 2 (RSEQREP AWS AMI):

  • initialize RSEQREP AMI ((https://aws.amazon.com, AMI ID: RSEQREP (RNA-Seq Reports) v1.0 (ami-e1708b9b))). To do this, create a AWS account (https://aws.amazon.com), log into the AWS console, and navigate to the EC2 resources. Next select AMIs in the navigation pane and select public images. Finally search for RSEQREP, find "RSEQREP (RNA-Seq Reports) v1.0" and launch the AMI (ensure you are in the US EAST (N. Virginia) region).
  • using an ssh command line connection or X2GO GUI supported connection client (https://wiki.x2go.org/doku.php/download:start) (XFCE session type) log into the RSEQREP AMI using username: rseqrepuser and password: RSEQREP2017. The IP address of your instance can be found on the AWS console EC2->Instances->"IPv4 Public IP". Please note this IP will change every time the machine is started/stopped.
  • copy/clone the RSEQREP github source code to your Ubuntu machine (git clone https://github.com/emmesgit/RSEQREP.git). Ensure read write and execute permissions are set for RSEQREP (chmod -R u+rwx RSEQREP).

Additional information on AWS and AMI configuration can be found in RSEQREP/aws/aws_instructions.docx

Option 3 (RSEQREP Docker Image):

EXECUTION

  • Download GMT formatted gene sets for pathway enrichment (if no gene sets are specified, pathway enrichment is not performed). We provide a custom script (https://github.com/emmesgit/RSEQREP/blob/master/source/shell/download-gene-sets.sh) to download Blood Transcription Modules (option btm), Reactome pathways (reactome option), and KEGG pathways (kegg option). Note for the KEGG option you need to either be an academic user or have a commercial KEGG license (http://www.kegg.jp/kegg/rest). Gene sets can also be downloaded from MSigDB after email registration (http://software.broadinstitute.org/gsea/msigdb). Specify the locations and labels of the gene sets in the gmt_entrez_files and gmt_entrez_files_labels fields of the worklfow_config tab of the configuration file (RSEQREP/config/config.xlsx).
  • fill out the configuration file (RSEQREP/config/config.xlsx). RSEQREP/case-study/config-henn.xlsx is an example of a complete configuration file.
  • execute start-to-end analysis (sh RSEQREP/run-all.sh) or for a particular component (sh RSEQREP/run-pre-processing.sh; sh RSEQREP/run-analysis.sh; sh RSEQREP/run-report.sh).

TROUBLESHOOTING

Upon inspecting the initial run of the report, you may find that the configuration option that you initially chose does not fit your data. For example, you inspect the reverse cumulative distribution function plot comparing log count per million cutoffs with the number of retained genes. You find that the cutoff you had originally selected resulted in too few genes for the analysis. To remedy this, you would update the configuration file to reflect a more appropriate log counts per million cutoff. You then determine the steps of the analysis that will be affected by this configuration change. In this case, the analysis and report steps are affected. Re-execute the analysis and report steps (sh RSEQREP/run-analysis.sh; sh RSEQREP/run-report.sh). The configuration file is re-parsed each time a RSEQREP/run-* script is executed. Please see https://github.com/emmesgit/RSEQREP/wiki for additional information.

BUGS/ISSUES

If you identify bugs/issues, please submit them via the GitHub Issue Tracker https://github.com/emmesgit/RSEQREP/issues

ADDITIONAL RESOURCES

For a detailed explanation of the software and its capabilities please navigate to our F1000 research publication: https://f1000research.com/articles/6-2162/v1

RELEASE NOTES

RSEQREP RNA-Seq Reports - Version 1.1.3

New Features:

  • Multiplexed fastq files can be merged by specifying a semicolon separated list in the configuration file fastq fields. This will work for all download/decryption methods (Amazon S3, local, and SRA Archive).

Bug Fixes:

  • Previously unsorted pathway enrichment flat files are now sorted by FDR adjusted P-value (ascending order) followed by Jaccard similarity index (descending order).
  • Using an empty sting as input for GMT file locations/names in the configuration file for the pathway enrichment analysis would break the program. An empty string for GMT file locations can now be supplied. In that case no pathway enrichment analysis will take place.
  • SOFTWARE.xlsx link repaired in program headers.

RSEQREP RNA-Seq Reports - Version 1.1.2

  • Updated README file to include information about how to download external gene set information for pathway enrichment analysis and how to include this information in the RSEQREP configuration file

RSEQREP RNA-Seq Reports - Version 1.1.1

Bug Fixes:

  • Previously unsorted feature counts matrix is now sorted by ensembl gene ID.
  • The code to generate Upset plots summarizing DE genes (reference code) was not correctly reading input matrices
  • A missing "}" was added to RSEQREP/source/r/02-sdeg-identification/upset-trt-up-down.r.
  • Benchmark barplots in the report (RSEQREP/source/r/preprocessing-benchmarks-plot.r) now utilize only SQLite database entries with a return code of 0.

RSEQREP RNA-Seq Reports - Version 1.1.0

New Features:

  • The run-*.sh scripts can now be executed from anywhere on the file system.
  • The download gene sets shell script (RSEQREP/source/shell/download-gene-sets.sh) was updated to support command line arguments for selectively download Blood Transcription Modules (option btm), Reactome pathways (reactome option), and KEGG pathways (kegg option). Note for the KEGG option you need to either be an academic user or have a commercial KEGG license (http://www.kegg.jp/kegg/rest).

Bug Fixes:

  • SRA file download was switched from FTP URLs to use fastq-dump, a program that is as part of the SRA toolkit.
  • Quotation of fields (double quotes) in .csv files for pre-processing steps generated when running RSEQREP/source/r/parse-rnaseq-configuration.r was removed.
  • Result and preprocessing directories will only be created if they do not already exist.
  • UpSet plots were not showing data if there was an equal number of up and down-regulated DE genes for a particular specimen type, treatment group, or timepoint.
  • Two hidden line breaks were repaired in the Henn et.al. configuration file under case-study/config-henn.xlsx.

RSEQREP RNA-Seq Reports - Version 1.0.0

  • Initial release.

About

RNA-Seq Reports, an open-source cloud-enabled framework for reproducible RNA-Seq data processing, analysis, and result reporting

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 69.8%
  • Shell 18.7%
  • Perl 11.5%