next up previous contents
Next: Preparations Up: QoRTs Package User Manual Previous: Requirements   Contents

Subsections


Installation

QoRTs installation is easy, as it does not have and R package dependencies. You can download the latest version of the java jar file http://hartleys.github.io/QoRTs/QoRTs.jarhere. The jar file does not need to be installed, and is simply called directly.

For example, to get the general help for the QoRTs jar utility, use the command:

java -jar /path/to/jarfile/QoRTs.jar --help

The R companion package can be installed from inside R with the command:

install.packages("http://hartleys.github.io/QoRTs/QoRTs_LATEST.tar.gz",
                 repos = NULL,
                 type="source")


Recommendations

Clipping: For the purposes of Quality Control, it is generally best if reads are NOT hard-clipped prior to alignment. This is because hard clipping, espeically variable hard-clipping from both the start and end of reads, makes it impossible to determine sequencer cycle from the aligned bam files, which in turn can obfuscate cycle specific artifacts, biases, errors, and effects. If undesired sequence must be removed, it is generally preferred to replace such nucleotides with N's, as this preserves cycle information. Note that many advanced RNA-Seq aligners will "soft clip" nonmatching sequence that occurs on the read ends, so hard-clipping low quality sequence is generally unnessessary and may reduce mapping rate and accuracy.

Replicates: Using barcoding, it is possible to build a combined library of multiple distinct samples which can be run together on the sequencing machine and then demultiplexed afterward. In general, it is recommended that samples for a particular study be multiplexed and merged into "balanced" combined libraries, each containing equal numbers of each biological condition. If necessary, these combined libraries can be run across multiple sequencer lanes or runs to achieve the desired read depth on each sample.


next up previous contents
Next: Preparations Up: QoRTs Package User Manual Previous: Requirements   Contents
Dr Stephen William Hartley 2016-01-28