Skip to content

Commit 61cd629

Browse files
Lennart Opitzopitzl
authored andcommitted
replace cell with spot in SpatialSeuratApp
1 parent 9bd9b8d commit 61cd629

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

master/lib/SpatialSeuratApp.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ def initialize
3535
@params['resolution'] = [0.6, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1]
3636
@params['resolution', 'description'] = 'Clustering resolution. A higher number will lead to more clusters.'
3737
@params['nreads'] = ''
38-
@params['nreads', 'description'] = 'Low quality cells have less than "nreads" reads. Only when applying fixed thresholds'
38+
@params['nreads', 'description'] = 'Low quality spots have less than "nreads" reads. Only when applying fixed thresholds'
3939
@params['ngenes'] = ''
40-
@params['ngenes', 'description'] = 'Low quality cells have less than "ngenes" genes. Only when applying fixed thresholds'
40+
@params['ngenes', 'description'] = 'Low quality spots have less than "ngenes" genes. Only when applying fixed thresholds'
4141
@params['perc_mito'] = ''
42-
@params['perc_mito', 'description'] = 'Low quality cells have more than "perc_mito" percent of mitochondrial genes. Only when applying fixed thresholds'
42+
@params['perc_mito', 'description'] = 'Low quality spots have more than "perc_mito" percent of mitochondrial genes. Only when applying fixed thresholds'
4343
@params['perc_ribo'] = ''
44-
@params['perc_ribo', 'description'] = 'Low quality cells have more than "perc_ribo" percent of ribosomal genes. Only when applying fixed thresholds'
44+
@params['perc_ribo', 'description'] = 'Low quality spots have more than "perc_ribo" percent of ribosomal genes. Only when applying fixed thresholds'
4545
@params['nmad'] = 3
46-
@params['nmad', 'description'] = 'Median absolute deviation (MAD) from the median value of each metric across all cells'
46+
@params['nmad', 'description'] = 'Median absolute deviation (MAD) from the median value of each metric across all spots'
4747
@params['cellsFraction'] = 0.05
48-
@params['cellsFraction', 'description'] = 'A gene will be kept if it is expressed in at least this fraction of cells'
48+
@params['cellsFraction', 'description'] = 'A gene will be kept if it is expressed in at least this fraction of spots'
4949
@params['nUMIs'] = 1
50-
@params['nUMIs', 'description'] = 'A gene will be kept if it has at least nUMIs in the fraction of cells specified before'
50+
@params['nUMIs', 'description'] = 'A gene will be kept if it has at least nUMIs in the fraction of spots specified before'
5151
@params['specialOptions'] = ''
5252
@params['mail'] = ""
5353
@params['Rversion'] = ["Dev/R/4.2.2", "Dev/R/4.2.0", "Dev/R/4.1.2", "Dev/R/4.1.0", "Dev/R/4.0.4", "Dev/R/4.0.3"]

0 commit comments

Comments
 (0)