expression.matrix.preproc <- as.matrix(read.csv(
system.file("extdata", "expression_matrix_preprocessed.csv", package = "bulkAnalyseR"),
row.names = 1
))[,1:2]
print(scatter_plot(expression.matrix.preproc, c()))
Run the code above in your browser using DataLab