Skip to content

Commit

Permalink
Merge branch 'overhaul-se' of https://github.com/biocpy/summarizedexp…
Browse files Browse the repository at this point in the history
…eriment into overhaul-se
  • Loading branch information
jkanche committed Dec 27, 2023
2 parents e08a1ff + f5edad5 commit 197328d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ se3 = SummarizedExperiment(

```python
from biocutils import relaxed_combine_columns, combine_columns
se_combined = combine_columns(se2, se1)
se_combined = combine_columns(se2, se1)

se_relaxed_combine = relaxed_combine_columns(se1, se2, se3)
```

Similarly one can perform `combine_rows` and `relaxed_combine_rows` operations.
Similarly one can perform `combine_rows` and `relaxed_combine_rows` operations.

0 comments on commit 197328d

Please sign in to comment.