File tree 2 files changed +2
-2
lines changed
gemma-core/src/main/java/ubic/gemma/core/loader/expression/singleCell
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public Set<QuantitationType> getQuantitationTypes() {
107
107
* MEX does not provide cell type labels.
108
108
*/
109
109
@ Override
110
- public Optional <CellTypeAssignment > getCellTypeLabelling () {
110
+ public Optional <CellTypeAssignment > getCellTypeAssignment () {
111
111
return Optional .empty ();
112
112
}
113
113
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public interface SingleCellDataLoader {
41
41
/**
42
42
* Load single-cell type labelling present in the data.
43
43
*/
44
- Optional <CellTypeAssignment > getCellTypeLabelling () throws IOException ;
44
+ Optional <CellTypeAssignment > getCellTypeAssignment () throws IOException ;
45
45
46
46
/**
47
47
* Produces a stream of single-cell expression data vectors for the given {@link QuantitationType}.
You can’t perform that action at this time.
0 commit comments