Description Usage Arguments Value Examples
Interactive plot with top correlated junction expression vs sample traits obtained with DJEvsTrait function.
1 2 3 4 5 6 7 | DJEspliceRadar(
DJEvsTrait.out,
base.junction = NULL,
topTraits = NULL,
select.traits = NULL,
ordered.junction = NULL
)
|
DJEvsTrait.out |
output object from DJEvsTrait() |
base.junction |
vector of junction IDs to be used for trait association |
topTraits |
numeric: number of top junction-associated traits to be shown in the plot |
select.traits |
vector of trait names to be shown in the plot |
ordered.junction |
junction ID for which correlation coefficient values are sorted in descending order in the plot |
Interactive highcharts-based radar plot showing top associations between selected junction expression and traits based on correlation coefficients
1 2 3 | DvT <- system.file("extdata", "DvT.rds", package = "DJExpress")
DvT.out <- readRDS(DvT)
Sr.out <- DJEspliceRadar(DvT.out, ordered.junction = "chr1:225688773:225692692:2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.