Learn R Programming

OmicInt (version 1.1.7)

plot_3D_distribution: plot_3D_distribution

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

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

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

Run the code above in your browser using DataLab