@@ -18,21 +18,25 @@ method to identify the spatial variable features. SVP is developed based
1818on SingleCellExperiment class, which can be interoperable with the
1919existing computing ecosystem.
2020
21- ## :writing_hand : Author
21+ ## : writing \_ hand : Author
2222
2323[ Shuangbin Xu] ( https://github.com/xiangpin ) and [ Guangchuang
2424Yu] ( https://guangchuangyu.github.io )
2525
2626School of Basic Medical Sciences, Southern Medical University
2727
28- ## :arrow_double_down : Installation
29-
30- The development version from ` github ` :
28+ ## : arrow \_ double\_ down: Installation
3129
3230``` r
31+ # It can be installed via GitHub.
3332if (! requireNamespace(" remotes" , quietly = TRUE ))
3433 install.packages(" remotes" )
35- remotes :: install_github(" xiangpin/SVP" )
34+ remotes :: install_github(" YuLab-SMU/SVP" )
35+
36+ # Once Bioconductor 3.21 is released, it can be installed as follows.
37+ if (! requireNamespace(" BiocManager" , quietly = TRUE ))
38+ install.packages(" BiocManager" )
39+ BiocManager :: install(" SVP" )
3640```
3741
3842To enhance performance, it is ** strongly recommended** to connect your R
@@ -41,12 +45,12 @@ BLAS library with the
4145calculations. This can be accomplished using the
4246[ ropenblas] ( https://prdm0.github.io/ropenblas/ ) package. Or you can
4347install [ OpenBLAS] ( https://github.com/OpenMathLib/OpenBLAS ) and link the
44- library to R BLAS library by
45- ` ln -s your_openblas_installed_path_libopenblas.so your_R_install_path_libRblas.so `
46- manually.
48+ library to R BLAS library by `ln -s
49+ your_openblas_installed_path_libopenblas.so
50+ your_R_install_path_libRblas.so` manually.
4751
48- ## :sparkling_heart : Contributing
52+ ## : sparkling \_ heart : Contributing
4953
50- We welcome any contributions! By participating in this project you agree
51- to abide by the terms outlined in the [ Contributor Code of
54+ We welcome any contributions\ ! By participating in this project you
55+ agree to abide by the terms outlined in the [ Contributor Code of
5256Conduct] ( CONDUCT.md ) .
0 commit comments