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

Gene of interest not appearing knocked down. #14

Open
charlesgwellem opened this issue Jun 15, 2022 · 2 comments
Open

Gene of interest not appearing knocked down. #14

charlesgwellem opened this issue Jun 15, 2022 · 2 comments
Assignees

Comments

@charlesgwellem
Copy link

Thank you very much for this great tool. I ran the Python version of scTenifoldKnK with default settings but I realise that after knocking my gene of interest, statistical analyses do not show significance in the knock out of the gene opf interest, i.e. the adjusted.p.value for the gene of interest is 1. Please what could explain this?

Code:

from scTenifold.data import get_test_df
from scTenifold import scTenifoldNet

from scTenifold.data import get_test_df
from scTenifold import scTenifoldKnk

sc = scTenifoldKnk(data=df,
                   ko_method="default",
                   ko_genes=["Il17rb"],  # the gene you wants to knock out
                   qc_kws={"min_lib_size": 10, "min_percent": 0.001},
                   )
result = sc.build()
@dosorio dosorio assigned yjgeno and unassigned yjgeno Jun 27, 2022
@qwerty239qwe
Copy link

Hello, I am the developer of scTenifoldpy. Thanks for using the package.
The problem you described sounds that the issues I fixed in the version 0.1.2.
Could you please specify the version of scTenifoldpy you are using?

Thank you very much!

@jmakings
Copy link

Hello, I've ran both Python versions 0.1.2 and 0.1.3 of scTenifoldKnk with default settings, and with both versions my knocked out gene of interest is not significant (adj. p-val = 1), while other genes are significant.
Do you know what the reason for this is?

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

4 participants