We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am wondering how plot d was generated.
I was thinking of the following:
However, I saw that each cell type had the extension GRN.
The text was updated successfully, but these errors were encountered: