Skip to content

Commit

Permalink
remove add-by-gene and add-by-peak in example
Browse files Browse the repository at this point in the history
  • Loading branch information
r3fang committed Apr 26, 2019
1 parent bc94988 commit 23171b8
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,23 +156,3 @@ $ snaptools snap-add-bmat \
--bin-size-list 5000 10000 \
--verbose=True
```
**Step 6. Cell-by-gene Matrix**.
We next create the cell-by-gene matrix which is later used for cluster annotation.
```bash
$ snaptools snap-add-gmat \
--snap-file=demo.snap \
--gene-file=gencode.vM16.gene.bed \
--verbose=True
```
**Step 7. Cell-by-peak Matrix**.
We next create the cell-by-peak matrix which is later used for differential analysis.
```bash
$ snaptools snap-add-pmat \
--snap-file=demo.snap \
--peak-file=peak.bed \
--verbose=True
```

0 comments on commit 23171b8

Please sign in to comment.