README.md

TSRchitect: Promoter identification from diverse types of large-scale TSS profiling data

The TSRchitect repository encompasses an R package developed in the Brendel Group for analyses of transcription start site data. The code conforms to our RAMOSE philosophy: it generates reproducible, accurate, and meaningful results; it is open (source) and designed to be scalable and easy to use.

Quick Start https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg

Input to TSRchitect will be transcription profiling read alignment data in bam or bed format as well as the appropriate genome annotation (if available). Output consists of predicted Transcription Start Sites (TSS) and Transcription Start Regions (TSR) as well as statistics summarizing the distribution and characteristics of identified TSSs and TSRs.

All the TSRchitect dependencies are encapsulated in a Singularity container available from Singularity Hub. Thus, once you know what you are doing, execution could be as simple as

singularity pull --name tsr.simg shub://BrendelGroup/TSRchitect
singularity exec tsr.simg R

which will bring up an R console with the TSRchitect library and all its prerequisites available. For example, in that console, you should see

R version 3.5.3 (2019-03-11) -- "Great Truth"
...
> packageVersion("TSRchitect")
[1] '1.13.5'
>

Realistic Start

Please find detailed installation instructions and options in the INSTALL document. Once all preparatory steps are taken care of, see the HOWTO document for examples of how to load data into TSRchitect and predict and characterize promoters.

FAQ and References

Please see V. Brendel's TSRchitect FAQ for usage examples and suggestions.

If you find TSRchitect useful, you may cite:

Raborn RT, Sridharan K, Brendel VP (2017) TSRchitect: Promoter identification from large-scale TSS profiling data. doi: 10.18129/B9.bioc.TSRchitect, https://doi.org/doi:10.18129/B9.bioc.TSRchitect.

Our own publications will be linked here in due course.

Contact

Please direct all comments and suggestions to Volker Brendel at Indiana University and Taylor Raborn at his current address.



Try the TSRchitect package in your browser

Any scripts or data that you put into this service are public.

TSRchitect documentation built on Nov. 8, 2020, 8:11 p.m.