class_summary function provides information on main protein classes. Barplot also helps to visualise the class distribution. Function depends on the data frame generated by score_genes function,
Usage
class_summary(data)
Arguments
data
Requires a data frame generated by score_genes; class - data frame
# NOT RUN {path_to_test_data<- system.file("extdata", "test_data.tabular", package="OmicInt")
# basic usage of class_summarydf<-utils::read.table(path_to_test_data)
class_summary(df)
# }