plot_3D_distribution: plot_3D_distribution

Description Usage Arguments Value Examples

View source: R/plot_3D_distribution.R

Description

Function allows to explore 3D distribution between the number of interactors, LFCscore and p.adj values. Function takes a data frame provided by score_genes function.

Usage

1
plot_3D_distribution(data, type = "association")

Arguments

data

a data frame containing processed expression file from score_genes with LFCscore; class - data frame

type

default value is "association", the user can select how to color data points depending on association or specificity score (e.g., selecting "specificity"); class - string

Value

function returns an interactive plot; 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 plot_3D_distribution
df<-utils::read.table(path_to_test_data)
plot_3D_distribution(df)
## End(Not run)

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