Skip to content

Commit

Permalink
Updated readme to reflect the change in function arguments - cell_ids…
Browse files Browse the repository at this point in the history
… are no longer required as input.
  • Loading branch information
PratibhaPanwar committed Dec 13, 2024
1 parent 56a37c4 commit 7a04ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ library(clustSIGNAL)

data(example)

# Here, the cell labels are in the column 'uniqueID' and sample labels are in 'sample_id' column.
# Here, the sample labels are in 'sample_id' column.
set.seed(100)
res <- clustSIGNAL(spe, samples = "sample_id", cells = "uniqueID", outputs = "a")
res <- clustSIGNAL(spe, samples = "sample_id", outputs = "a")
```

0 comments on commit 7a04ae0

Please sign in to comment.