Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…eriment into overhaul-se
  • Loading branch information
jkanche committed Dec 22, 2023
2 parents aece2b8 + b223a7e commit e13773b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/summarizedexperiment/RangedSummarizedExperiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def get_rowranges(self) -> GRangesOrGRangesList:
def set_rowranges(
self, row_ranges: Optional[GRangesOrGRangesList], in_place: bool = False
):
"""Set new genomic features
"""Set new genomic features.
Args:
row_ranges:
Expand Down Expand Up @@ -261,8 +261,7 @@ def row_ranges(self, row_ranges: GRangesOrGRangesList) -> None:

@property
def end(self) -> np.ndarray:
"""Get genomic end positions for each feature
or row in experimental data.
"""Get genomic end positions for each feature or row in experimental data.
Returns:
A :py:class:`numpy.ndarray` of end positions.
Expand All @@ -271,8 +270,7 @@ def end(self) -> np.ndarray:

@property
def start(self) -> np.ndarray:
"""Get genomic start positions for each feature
or row in experimental data.
"""Get genomic start positions for each feature or row in experimental data.
Returns:
A :py:class:`numpy.ndarray` of start positions.
Expand Down

0 comments on commit e13773b

Please sign in to comment.