Skip to content

Commit

Permalink
readme5
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadm1990 committed Feb 29, 2024
1 parent facf023 commit acc501b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ library(
)
```



## 2. Download and install `lambda_rector`
```R
devtools::install_github(
Expand All @@ -32,8 +34,22 @@ library(
lambda.rector
)
```

### Alternatively you can clone this repository

```bash
git clone https://github.com/farhadm1990/lambda_rector.git


devtools::install_local("./lambda_rector")


```


## 3. Creating a phyloseq object based on test dataset
```R
# In the test subdirecotry of lambda_rector you can find test dataset.
count = read.table(
"./lambda.rector/tests/count_test.tsv"
)
Expand Down

0 comments on commit acc501b

Please sign in to comment.