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