powered by
location_summary function provides information on main cellular locations. Barplot also helps to visualise the location data distribution.
location_summary(data)
Requires a data frame generated by score_genes; class - data frame
barplot; class - plot
# NOT RUN { path_to_test_data<- system.file("extdata", "test_data.tabular", package="OmicInt") # basic usage of location_summary df<-utils::read.table(path_to_test_data) location_summary(df) # }
Run the code above in your browser using DataLab