if (FALSE) {
example.molecular.data.dir <- paste0(path.package('iSubGen'),'/exdata/');
ae.result <- create.autoencoder(
data.type = 'cna',
data.matrix = load.molecular.aberration.data(
paste0(example.molecular.data.dir,'cna_profiles.txt'),
patients = c(paste0('EP00',1:9), paste0('EP0',10:30))
),
encoder.layers.node.nums = c(15,5,2)
);
}
Run the code above in your browser using DataLab