matlab做莫兰指数的代码SSLB-示例
此存储库包含用于重现论文“Spike-and-Slab
Lasso
Biclustering”(Moran、Rockova
和
George,2020
年)中的结果的
R
代码。
SSLB
R
包在
Github
存储库中可用:
https://github.com/gemoran/SSLB
:
https://github.com/gemoran/SSLB
请按照以下说明运行代码。
通过在
R
GUI
中运行以下代码,使用软件包devtools安装SSLB
R
软件包:
install.packages("devtools")
library(devtools)
install_github("gemoran/SSLB")
安装以下用于模拟和数据分析的
R
包:
install.packages(c("mvtnorm",
"isa2",
"biclust",
"pals",
"reshape2",
"tidyverse",
"gridExtra",
"clue"))
if
(!requireNamespace("BiocManager",
2023-03-24 13:52:08
501.54MB
系统开源
1