BiocPy/BiocFrame

Don't attach row names during subsetting

LTLA opened this issue · 0 comments

LTLA commented

temp_row_names = self.row_names
if temp_row_names is None:
temp_row_names = list(range(self.shape[0]))

should not exist, I shouldn't see magic row names appear after slicing.