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

Retrieving mixscale scores for NT cells #11

Open
robinfallegger opened this issue Nov 27, 2024 · 1 comment
Open

Retrieving mixscale scores for NT cells #11

robinfallegger opened this issue Nov 27, 2024 · 1 comment

Comments

@robinfallegger
Copy link

Hi, thanks for the great package!

I was wondering how to retrieve the mixscale scores for the cells without targeting guides (NT) as you show in Figure 2c of the preprint ? Currently, they are always exactly 0

Thanks in advance for your help!

@longmanz
Copy link
Collaborator

Hi @robinfallegger ,
Sorry for the late reply and thank you for using our package!

To retrieve the raw Mixscale scores for every cell, you can use the following commands:

prtb_score <- Tool(object = object, slot = "RunMixscale")

The scores are stored as a list of many data frames(prtb_score) according to their target gene + cell type identity. However, please be aware that the scores for the NT cells will not be unique, because NT cells are re-used when calculating the scores for each target gene. Therefore, you will need to know first decide which target gene you are interested in, and then extract the corresponding data frame from this list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants