example.aberration.data <- paste0(
path.package('iSubGen'),
'/exdata/cna_profiles.txt'
);
# Load the CNA profiles for patients EP001 through EP030
cna.profiles <- load.molecular.aberration.data(
example.aberration.data,
patients = c(paste0('EP00',1:9), paste0('EP0',10:30))
);
# Load feature annotation for the CNA data
cna.annotation <- load.molecular.aberration.data(
example.aberration.data,
annotation.fields = c('gene','start','end')
);
Run the code above in your browser using DataLab