Skip to content

Commit

Permalink
Set row and column names when converting from RSE to SE (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche authored May 21, 2024
1 parent a71e33f commit b188e16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dolomite_se/save_ranged_summarized_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def save_ranged_summarized_experiment(
assays=x.get_assays(),
row_data=x.get_row_data(),
column_data=x.get_column_data(),
row_names=x.get_row_names(),
column_names=x.get_column_names(),
metadata=x.get_metadata(),
)
dl.alt_save_object(
Expand Down

0 comments on commit b188e16

Please sign in to comment.