Comparing partial TAI distributions across stages
Source:R/plot_distribution_partialTAI.R
plot_distribution_partialTAI.Rd
plot_distribution_partialTAI
generates two plots that help to compare the distribution
of partial TAI through various developmental stages, highlighting each stage with
distinct colors.
Usage
plot_distribution_partialTAI(
ExpressionSet,
stages = 1:ncol(ExpressionSet) - 2,
xlab = "Partial TAI",
ylab = "Density",
main = "Density Distribution of Partial TAI by Developmental Stage",
seed = 123
)
Arguments
- ExpressionSet
a standard PhyloExpressionSet or DivergenceExpressionSet object.
- stages
a numeric vector specifying the indices of the stages to compare. Each index corresponds to a stage in the ExpressionSet. Starts in one.
- xlab
label of x-axis.
- ylab
label of y-axis.
- main
figure title.
- seed
defines the colors for the different developmental stages