Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiqiang-PANG committed Apr 1, 2023
1 parent 0133fa6 commit a1ba2b1
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,16 @@ devtools::install_github("xia-lab/OptiLCMS", build = TRUE, build_vignettes = FAL

Download the latest version from the following Options:

1. Local version ([v0.99.7](https://drive.google.com/file/d/19CBsJQnvdmhK7WrAk3SqPH8GwRMn5TT_/view?usp=sharing));
[v1.1.0](https://drive.google.com/file/d/1jdy3WQvNNr8qapWuJ6ZHwcoyf7fX4ywe/view?usp=share_link);

2. Web version ([v0.99.8](https://drive.google.com/file/d/1nayoRQxk0Xpn66_dC_gyGsJM28T0mHwZ/view?usp=sharing));

Download the packages above (Recommending Option 1 for local use) and run the following command in R terminal.

**NOTE:** option 2 (web version) is used by our website and highly synchronized with the local version.

```R
# Remember to replace the PATH_TO_TAR as the right path of your downloaded package (OptiLCMS_0.99.x.tar.gz).
# Remember to replace the PATH_TO_TAR as the right path of your downloaded package (OptiLCMS_1.1.X.tar.gz).
install.packages(PATH_TO_TAR, repos = NULL, type="source")

```


#### (c.) Install from Bioconductor (available soon)

```R
# Install from Bioconductor repository, Please make sure 'Bioconductor' has been installed first
BiocManager::install("OptiLCMS")

```

### Tutorial

A step-by-step tutorial will be prepared for users to start their analysis by following them (available soon).
Expand Down

0 comments on commit a1ba2b1

Please sign in to comment.