revise.config.runner_conf.ApplicationScSrConf

class revise.config.runner_conf.ApplicationScSrConf(sample_name: 'str', raw_data_path: 'str', result_root_path: 'str', cell_type_col: 'str', confidence_col: 'str', unknown_key: 'str', st_file: 'str', sc_ref_file: 'str', annotate_mode: 'Optional[str]' = None, annotate_pot_reg: 'float' = 0.01, annotate_pot_reg_m: 'float' = 0.0001, annotate_pot_reg_type: 'str' = 'kl', prep_st_min_counts: 'int' = 60, prep_st_min_cells: 'int' = 100, prep_sc_min_counts: 'int' = 0, prep_sc_min_cells: 'int' = 100, svc_completeness: 'bool' = True)[source]

Bases: BaseConf

__init__(sample_name: str, raw_data_path: str, result_root_path: str, cell_type_col: str, confidence_col: str, unknown_key: str, st_file: str, sc_ref_file: str, annotate_mode: str | None = None, annotate_pot_reg: float = 0.01, annotate_pot_reg_m: float = 0.0001, annotate_pot_reg_type: str = 'kl', prep_st_min_counts: int = 60, prep_st_min_cells: int = 100, prep_sc_min_counts: int = 0, prep_sc_min_cells: int = 100, svc_completeness: bool = True) None

Methods

__init__(sample_name, raw_data_path, ...[, ...])

Attributes

annotate_mode

annotate_pot_reg

annotate_pot_reg_m

annotate_pot_reg_type

pm_on_cell_file

prep_sc_min_cells

prep_sc_min_counts

prep_st_min_cells

prep_st_min_counts

rec_alpha

rec_graph_alpha

rec_graph_exp_neighbor_num

rec_graph_method

rec_graph_n_neighbors

rec_graph_spatial_neighbor_num

rec_match_spot_sum

rec_pot_reg

rec_pot_reg_m

rec_pot_reg_type

result_dir

sc_ref_file_path

st_file_path

svc_completeness

st_file

sc_ref_file

sample_name

raw_data_path

result_root_path

cell_type_col

confidence_col

unknown_key

st_file: str
sc_ref_file: str
annotate_mode: str | None = None
annotate_pot_reg: float = 0.01
annotate_pot_reg_m: float = 0.0001
annotate_pot_reg_type: str = 'kl'
prep_st_min_counts: int = 60
prep_st_min_cells: int = 100
prep_sc_min_counts: int = 0
prep_sc_min_cells: int = 100
rec_graph_n_neighbors = 20
rec_graph_method = 'joint'
rec_graph_alpha = 0.2
rec_graph_exp_neighbor_num = 10
rec_graph_spatial_neighbor_num = 20
rec_pot_reg = 0.05
rec_pot_reg_m = 1.0
rec_pot_reg_type = 'kl'
rec_alpha = 1.0
rec_match_spot_sum = False
svc_completeness: bool = True
property result_dir
property st_file_path
property sc_ref_file_path
property pm_on_cell_file