# Load the matrix containing the informations about the markers
data(synthMarkers_Matrix)
# Use the function load_markers to obtain the marker descriptor data object
marks <- load_markers(synthMarkers_Matrix)
# Load the matrix containing the informations about the aberrant regions
data(synthCNV_Matrix)
# Use the function load_cnv to obtain the aberrant region descriptor data object
cnv <- load_cnv(synthCNV_Matrix, marks, 10)
Run the code above in your browser using DataLab