We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6469964 commit 4427a6aCopy full SHA for 4427a6a
singlecell/resources/queries/singlecell/samples.js
@@ -23,7 +23,7 @@ function beforeUpsert(row, oldRow, errors){
23
else if (['No stim', 'No Stim'].indexOf(row.stim) !== -1){
24
row.stim = 'NoStim';
25
}
26
- else if (['Infected cells: SIV+', 'Infected Cells: SIV+'].indexOf(row.stim) !== -1){
+ else if (['SIV+', 'Infected cells: SIV+', 'Infected Cells: SIV+'].indexOf(row.stim) !== -1){
27
row.stim = 'SIV-Infected CD4s';
28
29
else if (['Infected cells: SIV-', 'Infected Cells: SIV-'].indexOf(row.stim) !== -1){
0 commit comments