Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QiangShiPKU authored Mar 18, 2024
1 parent b20f888 commit e26f25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ library(NMF)
```
node <- getNode(mat, K = 12)
```
**Input:** a matrix (mat) indicating the frequencies of individual cell types/subsets (rows) across samples (columns) and a integer (K) indicating the expected number of CMs to be identified. The example dataset can be get by
**Input:** a matrix (mat) indicating the frequencies of individual cell types/subsets (rows) across samples (columns) and a integer (K) indicating the expected number of CMs to be identified. The example dataset can be accessed by
```
mat <- mat_freq_raw
```
Expand Down

0 comments on commit e26f25f

Please sign in to comment.