-
Notifications
You must be signed in to change notification settings - Fork 186
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
compare result from pyscenic and scenic #207
Comments
I'm not totally clear on what you mean, can you show the outputs of some regulons to show what is different? |
Thanks for your reply!
here is my result:
from pyscenic(python):
the activity for TF is between 0 and 1
from scenic(R):
the activity for TF is 0 or 1 .
the question is how can I set some cutoff to make the result from pyscenic change to 0 or 1?
what I know is the origin result in scenic is also between 0 and 1, and throught some regulation, the activity smaller than threashold will change to 0 ,and the activity bigger than threashold will set to 1, do you know the method to get the threashold or do you have some script to change the acvivity to 0 or 1?
RuiqinZheng
------------------ 原始邮件 ------------------
发件人: "aertslab/pySCENIC" <[email protected]>;
发送时间: 2020年9月2日(星期三) 晚上8:54
收件人: "aertslab/pySCENIC"<[email protected]>;
抄送: "rqzheng"<[email protected]>;"Author"<[email protected]>;
主题: Re: [aertslab/pySCENIC] compare result from pyscenic and scenic (#207)
I'm not totally clear on what you mean, can you show the outputs of some regulons to show what is different?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Top-left corner of the AUC matrix:
ARNT2_extended (18g) 0
ARNT2_extended (18g) 0 |
The results from R pipeline were binarized, so the values of regulon activity matrix were 0 or 1. The regulon activity results, which were not binarized, stored in the 3.4_regulonAUC.Rds object in the scenic intermediate directory(int). |
Hi, indeed, you have to binarize your auc matrix for automatic thresholding.
|
Thanks for your reply!
R:
Does it correct? |
Thanks for your software!
I found that the final result of pyscenic is not the same as the result of scenic. In the result of scenci, the activity of each transcription factor is either 1 or 0; in the result of pyscenic, the activity of each transcription factor is between 0 and 1,I check the official website of pyscenic , and I didn’t see how to use the threshold to make the result form consistent with scenic. So do you have some suggest?
waiting for your reply.
Ruiqin Zheng
The text was updated successfully, but these errors were encountered: