]> git.donarmstrong.com Git - rsem.git/blobdiff - rsem-calculate-expression
Allowed for a subset of reference sequences to be declared in an input SAM/BAM file...
[rsem.git] / rsem-calculate-expression
index 16593c644e1ded7dac43ebea09e4a094b77d99c9..094c6e5ee3ebf7967fbb4eb44ead7b793e9b7b79 100755 (executable)
@@ -684,7 +684,7 @@ Maximum size (in memory, MB) of the auxiliary buffer used for computing credibil
 
 =item B<--ci-number-of-samples-per-count-vector> <int>
 
-The number of read generating probability vectors sampled per sampled count vector. The crebility intervals are calculated by first sampling P(C | D) and then sampling (\Theta | C) for each sampled count vector. This option controls how many \Theta vectors are sampled per sampled count vector. (Default: 50)
+The number of read generating probability vectors sampled per sampled count vector. The crebility intervals are calculated by first sampling P(C | D) and then sampling P(Theta | C) for each sampled count vector. This option controls how many Theta vectors are sampled per sampled count vector. (Default: 50)
 
 =item B<--samtools-sort-mem> <string>