-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error in SpaCET.visualize.colocalization(SpaCET_obj) #10
Comments
Hi, Can you upload your SpaCET_obj to the following link? I will fix it soon. Thanks. Best, |
Sure, I have done that.
Best, Qunlun.
…------------------ 原始邮件 ------------------
发件人: "data2intelligence/SpaCET" ***@***.***>;
发送时间: 2023年3月20日(星期一) 晚上9:12
***@***.***>;
抄送: "Qunlun ***@***.******@***.***>;
主题: Re: [data2intelligence/SpaCET] Error in SpaCET.visualize.colocalization(SpaCET_obj) (Issue #10)
Hi,
Can you upload your SpaCET_obj to the following link? I will fix it soon. Thanks.
https://connecthkuhk-my.sharepoint.com/:f:/g/personal/bbru_connect_hku_hk/ElaCd5LWwH5KtsFNTtCSLssB1UuqijfDxcFuJDxiQzxkXg?e=okiHal
Best,
Beibei
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi, Qunlun, The error is caused by the duplicated sublineages (i.e., Macro TNFRSF9) of Myeloid in your customized
There are two options to fix it. You can choose either one.
Thanks. Best, |
Hi Beibei,
I would like to thank you for your timely response, which solved my problem perfectly.
Best,
Qunlun
…------------------ 原始邮件 ------------------
发件人: "data2intelligence/SpaCET" ***@***.***>;
发送时间: 2023年3月22日(星期三) 凌晨5:20
***@***.***>;
抄送: "Qunlun ***@***.******@***.***>;
主题: Re: [data2intelligence/SpaCET] Error in SpaCET.visualize.colocalization(SpaCET_obj) (Issue #10)
Hi, Qunlun,
The error is caused by the duplicated sublineages (i.e., Macro TNFRSF9) of Myeloid in your customized lineageTree.
***@***.***$deconvolution$Ref$lineageTree$Myeloid [1] "**Macro TNFRSF9**" "Macro SPP1" "DC2 CD1A" "DC1" "DC2 PLAC8" "Myeloid cycling" [7] "Mono FCN1" "Macro CCL5" "Macro MSR1" "**Macro TNFRSF9**"
There are two options to fix it. You can choose either one.
Reinstall the latest version of SpaCET. Then, run SpaCET.visualize.colocalization(SpaCET_obj).
You don't need to reinstall. Just revise your SpaCET_obj by the following code.
***@***.***$deconvolution$Ref$lineageTree$Myeloid <- ***@***.***$deconvolution$Ref$lineageTree$Myeloid)
Thanks.
Best,
Beibei
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I use
SpaCET.visualize.colocalization(SpaCET_obj)
, I met an error:Can you help?
The text was updated successfully, but these errors were encountered: