simMAEcheck(nsim, islandid, burnin=1000, pc, distr, readLength.pilot, eset.pilot, usePilot=FALSE, retTxsError=FALSE, genomeDB, mc.cores=1, mc.cores.int=1, verbose=FALSE)
nsim=10
suffice)islandid
. When not specified genome-wide simulations are
performed.calcExp
)eset.pilot
pc
when not specified by the
user. See detailscasper
assumes that the pilot data is from a related experiment rather than the current tissue of interest (usePilot=FALSE
). Hence, the pilot data is used to simulate new RNA-seq data but not to estimate its expression. However, in some cases we may be interested in re-sequencing the pilot sample at deeper length, in which case one would want to combine the pilot data with the new data to obtain more precise estimates. This can be achieved by setting usePilot=TRUE
retTxsError=TRUE
, simMAE
returns posterior expected MAE
for each individual isoform. This option is not available when
eset.pilot
is specified instead of pc
.
Else the output is a data.frame
with overall MAE across all isoformsannotatedGenome
object, as returned by
procGenome
calcExp
verbose=TRUE
to print progress informationdata.frame
with overall MAE across all isoforms in the simulations (see simMAE
for details).
The second entry contains the expected number of genes for which the number of
reads in the data lies in the range of the posterior predictive simulations (under the hypothesis that they have the same
distribution) and the actual number of genes for which the condition is satisfied.
simMAEcheck
simulates nsim
datasets under the same experimental setting
as in the observed data. For more details, please check the documentation for
simMAE
, which is the basis of this function.
Li, W. and Freudenberg, J. and Miramontes, P. Diminishing return for increased Mappability with longer sequencing reads: implications of the k-mer distributions in the human genome. BMC Bioinformatics, 15, 2 (2014)
#Run casperDesign() to see full manual with examples
Run the code above in your browser using DataLab