Learn R Programming

OmicInt (version 1.1.7)

location_summary: location_summary

Description

location_summary function provides information on main cellular locations. Barplot also helps to visualise the location data distribution.

Usage

location_summary(data)

Arguments

data

Requires a data frame generated by score_genes; class - data frame

Value

barplot; class - plot

Examples

Run this code
# 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