Usage
detectTranscripts(reads = NULL, Fp = NULL, Fm = NULL, LtProbA = -5, LtProbB = -200, UTS = 5, size = 50, threshold = 0.1, debug = TRUE, ...)
Arguments
reads
A GRanges object representing a set of mapped reads.
Fp
Wiggle-formatted read counts on "+" strand. Optionally, Fp and Fm
represent list() filled with a vector of counts for each chromosome.
Can detect transcripts starting from a fixed-step wiggle.
Fm
Wiggle-formatted read counts on "-" strand.
LtProbA
Log probability of t... . Default: -5. One of these is just
an initialization, and the final value is set by EM. The other is a holdout
parameter.
LtProbB
Log probability of t... . Default: -200.
UTS
Varience in read counts of the untranscribed sequence.
Default: 5.
size
Log probability of t... . Default: -5.
threshold
Threshold change in total likelihood, below which EM exits.
debug
If set to TRUE, provides additional print options.
Default: FALSE
...
Extra argument passed to mclapply