Skip to content
New issue

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

Original identities not respected in ATAC analysis #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 17, 2021

  1. Original identities not respected in ATAC analysis

    I noticed that unlike RNA analysis, the original identities aren't assigned to the Seurat object when using `ATACRunSeurat`. I propose to add the same behaviour where:
    - The `orig.ident` is assigned to to `SeuratObject`
    - The UMAP plot coloured by the `orig.ident` is saved
    There was also a minor discrepancy in the param name: `orig.ident` in RNA and ``orign.ident` in the ATAC function.
    f6v authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    93bbef8 View commit details
    Browse the repository at this point in the history