-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3096f94
commit cf92274
Showing
1 changed file
with
81 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,85 @@ | ||
citHeader("Please cite T. Wu (2021) 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.") | ||
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 = "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") | ||
), | ||
issn = "1750-2799", | ||
url = "https://www.nature.com/articles/s41596-024-01020-z", | ||
doi = "10.1038/s41596-024-01020-z", | ||
journal = "Nature Protocols", | ||
month = "Jul", | ||
year = "2024", | ||
pages = "", | ||
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, doi:10.1038/s41596-024-01020-z") | ||
) | ||
|
||
bib_knownledge <- getFromNamespace("bib_knownledge", 'yulab.utils') | ||
|
||
bib_knownledge('np2024') | ||
bib_knownledge('innovation2021') | ||
bib_knownledge('omics2012') | ||
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") | ||
) |