Closed caiw closed 2 months ago
combine([es_1, es_2, ...])
es_1 + es_2 + ...
test_expression.py
ExpressionSets.rename()
__copy__
Related but not exactly the same: #152
combine([es_1, es_2, ...])
function which is equivalent toes_1 + es_2 + ...
.test_expression.py
!ExpressionSets.rename()
to allow renaming of channels (used in the new tests)__copy__
which related to automatic densification of a sparse array, which is also a problem in #271