Skip to content

Set to var_features_n = None to get all genes' residuals instead of 3000 HVGs #18

@kieranwbbbb

Description

@kieranwbbbb

Replace
pysctransform/pysctransform.py,line 805: highly_variable = gene_attr.index[:var_features_n].tolist()
with
if var_features_n is None:
highly_variable = gene_attr.index.tolist()
else:
highly_variable = gene_attr.index[:var_features_n].tolist()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions