citHeader("To cite treeio in publications use:")

citEntry(
    entry  = "book",
    title = "Data Integration, Manipulation and Visualization of Phylogenetic Treess",
    author = person("Guangchuang", "Yu"),
	publisher = "Chapman and Hall/{CRC}",
    year = "2022",
	edition = "1st edition",
    url = "https://www.amazon.com/Integration-Manipulation-Visualization-Phylogenetic-Computational-ebook/dp/B0B5NLZR1Z/",
    textVersion = paste("Guangchuang Yu. (2022).",
                        "Data Integration, Manipulation and Visualization of Phylogenetic Trees (1st edition).",
                        "Chapman and Hall/CRC.")   
)

citEntry(
    entry  = "article",
    title  = "treeio: an R package for phylogenetic tree input and output with richly annotated and associated data.",
    author = personList(
        as.person("Li-Gen Wang"),
        as.person("Tommy Tsan-Yuk Lam"),
        as.person("Shuangbin Xu"),
        as.person("Zehan Dai"),
        as.person("Lang Zhou"),
        as.person("Tingze Feng"),
        as.person("Pingfan Guo"),
        as.person("Casey W. Dunn"),
        as.person("Bradley R. Jones"),
        as.person("Tyler Bradley"),
        as.person("Huachen Zhu"),
        as.person("Yi Guan"),
        as.person("Yong Jiang"),
        as.person("Guangchuang Yu")
        ),
    year    = "2020",
    journal = "Molecular Biology and Evolution",
    volume  = "37",
    issue   = "2",
    number  = "",
    pages   = "599-603",
    doi     = "10.1093/molbev/msz240",
    PMID    = "",
    url     = "", 
    textVersion = paste("LG Wang, TTY Lam, S Xu, Z Dai, L Zhou, T Feng, P Guo, CW Dunn, BR Jones, T Bradley, H Zhu, Y Guan, Y Jiang, G Yu.",
                        "treeio: an R package for phylogenetic tree input and output with richly annotated and associated data.",
                        "Molecular Biology and Evolution 2020, 37(2):599-603. doi: 10.1093/molbev/msz240")

)


