Skip to content

t-sne on binary regulon activity #598

Open
@robertzeibich

Description

@robertzeibich

image

I am wondering how plot d was generated.

I was thinking of the following:

#binary_mtx
binary_mtx, auc_thresholds = binarize(auc_mtx, num_workers=24)
adata.obsm['X_aucell_bin'] = np.array(binary_mtx)
sc.tl.tsne(adata, use_rep='X_aucell_bin')
adata.obsm['X_tsne_aucell_bin'] = adata.obsm.pop('X_tsne')

However, I saw that each cell type had the extension GRN.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions