Getting started







1. Install myTAI

# from CRAN
install.packages("myTAI", dependencies = TRUE)

# or, the developer version containing the newest features
devtools::install_github("drostlab/myTAI")

# make sure myTAI version is > 2.0.0
packageVersion("myTAI")





2. Run myTAI

library(myTAI)
# obtain an example phylo-expression object
data("example_phyex_set")
# plot away!
myTAI::plot_signature(example_phyex_set)  

plot_signature function output

or with your BulkPhyloExpressionSet dataset.

PhyEx overview







3. Enjoy 🍹

(and don’t forget to cite)









Want to use myTAI on your data?
β†’ click on the icons 🧚 below.


πŸ“Š Bring your datasets into myTAI.
πŸ“ˆ Statistical analyses β†’ learn about our permutation tests.
πŸ›‘οΈ Check the robustness of your patterns.
πŸ”¨ Destroy the hourglass! β†’ gaTAI functions to extract the genes that drive your evolutionary transcriptomic patterns.
πŸ“š Read about gene age inference (phylostratigraphy) and transcriptome age index.
πŸŒ„ Check out our gallery of example plots + functions.








Want to learn even more?
β†’ check out our vignettes under the Articles tab or the Reference tab for a list of functions and their documentation.