Entering edit mode
Enter the body of text here
Code should be placed in three backticks as shown below
BiocManager::install("org.Hs.eg.db")
BiocManager::install("clusterProfiler")
library(org.Hs.eg.db)
# include your problematic code here with any corresponding output
# please also include the results of running the following in an R session
sessionInfo( )
Error: package or namespace load failed for ‘org.Hs.eg.db’:
loadNamespace()里算'org.Hs.eg.db'时.onLoad失败了,详细内容:
调用: l$contains
错误: $ operator is invalid for atomic vectors
That was fine for me too!