Skip to content

Commit b3f5d7d

Browse files
committed
add option '--no_expression_fraction' of latent_to_gene.py
1 parent 174dee4 commit b3f5d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GPS/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def add_latent_to_gene_args(parser):
133133
help='Path to save output gene marker score feather file.')
134134
# no_expression_fraction
135135
parser.add_argument('--no_expression_fraction', action='store_true',default=False,
136-
help='Flag to not use no_expression_fraction. Default is False.')
136+
help='Flag to not use expression fraction as filter when calculate the maker score. Default is False.')
137137
parser.add_argument('--annotation', default=None, type=str, help='Name of the annotation layer.')
138138
parser.add_argument('--type', default=None, type=str, help="Type of input data (e.g., 'count', 'counts').")
139139

0 commit comments

Comments
 (0)