powered by
This function returns the data produced from an analyse() run.
loadData(Rdirectory, setVariantLoss = F, correctReferenceBias = T)
A character string pointing to the Rdirectory of the analysis.
If the average variant loss should be calculated. This measures reference bias of the variant frequencies, is set globally and is used by many other functions.
# NOT RUN { not run data = loadData('~/myAnalysis/R', setVariantLoss=T) cnvs = data$clusters plotCR(cnvs[['aSample']]$clusters) # }
Run the code above in your browser using DataLab