Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmushenningsson committed Oct 25, 2024
1 parent 502ac64 commit c1919f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pseudobulk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ Create a new `DataMatrix` by averging over groups, as specified by the categoric
Create a pseudobulk representation of each sample:
```julia
julia> pseudobulk(transformed; "sampleName")
julia> pseudobulk(transformed, "sampleName")
```
Create a pseudobulk representation for each celltype in each sample:
```julia
julia> pseudobulk(transformed; "sampleName", "celltype")
julia> pseudobulk(transformed, "sampleName", "celltype")
```
"""
pseudobulk(data::DataMatrix, obs_col, args::String...; kwargs...) =
Expand Down

0 comments on commit c1919f9

Please sign in to comment.