citHeader("Please cite S. Xu (2024) for using clusterProfiler. In addition, please cite G. Yu (2010) when using GOSemSim, G. Yu (2015) when using DOSE and G. Yu (2015) when using ChIPseeker.")

citEntry(
    entry  ="ARTICLE",
	title = "Thirteen years of clusterProfiler",
	author = c(person("Guangchuang", "Yu")),
	url = "https://doi.org/10.1016/j.xinn.2024.100722",
    doi = "10.1016/j.xinn.2024.100722",
    journal = "The Innovation",
    month = "Nov",
	year = "2024",
    volume  = "5",
    number  = "6",
    pages = "100722",
    textVersion = paste(
            "G Yu.", 
            "Thirteen years of clusterProfiler.", 
            "The Innovation. 2024, 5(6):100722")
)

citEntry(
    entry  ="ARTICLE",
	title = "Using clusterProfiler to characterize multiomics data",
	author = c(
        person("Shuangbin", "Xu"),
        person("Erqiang", "Hu"),
        person("Yantong", "Cai"),
        person("Zijing", "Xie"),
        person("Xiao", "Luo"),
        person("Li", "Zhan"),
        person("Wenli", "Tang"),
        person("Qianwen", "Wang"),
        person("Bingdong", "Liu"),
        person("Rui", "Wang"),
        person("Wenqin", "Xie"),
        person("Tianzhi", "Wu"),
        person("Liwei", "Xie"),
        person("Guangchuang", "Yu")
        ),
	url = "https://www.nature.com/articles/s41596-024-01020-z",
    doi = "10.1038/s41596-024-01020-z",
    journal = "Nature Protocols",
    month = "Nov",
	year = "2024",
    volume  = "19",
    number  = "11",
    pages = "3292-3320",
    textVersion = paste(
        "S Xu, E Hu, Y Cai, Z Xie, X Luo, L Zhan, W Tang,",
        "Q Wang, B Liu, R Wang, W Xie, T Wu, L Xie, G Yu.", 
        "Using clusterProfiler to characterize multiomics data.", 
        "Nature Protocols. 2024, 19(11):3292-3320")
)


citEntry(entry  ="ARTICLE",
         title  = "clusterProfiler 4.0: A universal enrichment tool for interpreting omics data",
         author = c(
             person("Tianzhi", "Wu"),
             person("Erqiang", "Hu"),
             person("Shuangbin", "Xu"),
             person("Meijun", "Chen"),
             person("Pingfan", "Guo"),
             person("Zehan", "Dai"),
             person("Tingze", "Feng"),
             person("Lang", "Zhou"),
             person("Wenli", "Tang"),
             person("Li", "Zhan"),
             person("xiaochong", "Fu"),
             person("Shanshan", "Liu"),
             person("Xiaochen", "Bo"),
             person("Guangchuang", "Yu")
             ),
         journal = "The Innovation",
         year    = "2021",
         volume  = "2",
         number  = "3",
         pages   = "100141",
         PMID    = "",
         doi     = "10.1016/j.xinn.2021.100141",
         textVersion = paste("T Wu, E Hu, S Xu, M Chen, P Guo, Z Dai, T Feng, L Zhou,",
                             "W Tang, L Zhan, X Fu, S Liu, X Bo, and G Yu.", 
                             "clusterProfiler 4.0: A universal enrichment tool for interpreting omics data.", 
                             "The Innovation. 2021, 2(3):100141")
         )

citEntry(entry  ="ARTICLE",
         title  = "clusterProfiler: an R package for comparing biological themes among gene clusters",
         author = personList(
             as.person("Guangchuang Yu"),
             as.person("Li-Gen Wang"),
             as.person("Yanyan Han"),
             as.person("Qing-Yu He")
             ),
         journal = "OMICS: A Journal of Integrative Biology",
         year    = "2012",
         volume  = "16",
         number  = "5",
         pages   = "284-287",
         PMID    = "22455463",
         doi     = "10.1089/omi.2011.0118",
         textVersion = paste("Guangchuang Yu, Li-Gen Wang, Yanyan Han and Qing-Yu He.",
             "clusterProfiler: an R package for comparing biological themes among gene clusters.",
             "OMICS: A Journal of Integrative Biology 2012, 16(5):284-287")
         )
