location_summary: location_summary

Description Usage Arguments Value Examples

View source: R/location_summary.R

Description

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

Usage

1

Arguments

data

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

Value

barplot; class - plot

Examples

1
2
3
4
5
6
## 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)
## End(Not run)

OmicInt documentation built on Oct. 28, 2021, 5:09 p.m.