Learn R Programming

superFreq (version 1.2.3)

loadData: Loads saved data

Description

This function returns the data produced from an analyse() run.

Usage

loadData(Rdirectory, setVariantLoss = F, correctReferenceBias = T)

Arguments

Rdirectory

A character string pointing to the Rdirectory of the analysis.

setVariantLoss

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.

Examples

Run this code
# 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