Description Usage Arguments Value Examples
View source: R/plot_3D_distribution.R
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.
1 | plot_3D_distribution(data, type = "association")
|
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 |
function returns an interactive plot; class - plot
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.