-
Notifications
You must be signed in to change notification settings - Fork 17
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 with SCINA command #23
Comments
Hi @Pedramto89 Can you double check that indeed each cell type has at least one valid signature gene in the signatures object that you specified? Thanks! Tao |
Hi @wtwt5237 |
I have the same problem, I even tried one different gene for one cluster, and the error still exists. |
rm_overlap I also encountered this problem, but after I set this parameter to F, it can run normally, probably because there are some shared genes, and the marker of cell types with few genes changed to 0 after repetition, resulting in errors. |
I also encountered the same problem, I wonder if it is related to the different gene names of humans and mice? |
|
I found that some of the marker genes were not in the expression data and could be removed for use. Thank you! |
Hello everyone, Thank you all! |
I am also running into this issue. I only used the example signature provided. Should I make a list for each celltype? |
Yes. One list of genes for each cell type
Tao
…________________________________
From: Mark Koch ***@***.***>
Sent: Wednesday, July 24, 2024 0:35
To: jcao89757/SCINA ***@***.***>
Cc: Tao Wang ***@***.***>; Mention ***@***.***>
Subject: Re: [jcao89757/SCINA] Error with SCINA command (Issue #23)
EXTERNAL MAIL
I am also running into this issue. I only used the example signature provided. Should I make a list for each celltype?
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/jcao89757/SCINA/issues/23*issuecomment-2246849363__;Iw!!MznTZTSvDXGV0Co!DYZlmpdYUN1aUqcH_W4fsypw2ba7NLjw7rIDfr251ueiXcV1FLHzsHsd_0RPYrIEDXQJbxyYTwjQpnOZBIVIzoo3qAb2ikcD$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AAXIKLNVZSJFMPR4KYPA2HTZN4VIXAVCNFSM6AAAAABLLVH6UWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBWHA2DSMZWGM__;!!MznTZTSvDXGV0Co!DYZlmpdYUN1aUqcH_W4fsypw2ba7NLjw7rIDfr251ueiXcV1FLHzsHsd_0RPYrIEDXQJbxyYTwjQpnOZBIVIzoo3qFGMSXRU$>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
CAUTION: This email originated from outside UTSW. Please be cautious of links or attachments, and validate the sender's email address before replying.
________________________________
UT Southwestern
Medical Center
The future of medicine, today.
|
I tried including only cells of one immune type (b cells), and normalizing
it the way the tutorial said, still getting the same error.
…On Wed, Jul 24, 2024 at 12:53 AM Tao Wang ***@***.***> wrote:
Yes. One list of genes for each cell type
Tao
________________________________
From: Mark Koch ***@***.***>
Sent: Wednesday, July 24, 2024 0:35
To: jcao89757/SCINA ***@***.***>
Cc: Tao Wang ***@***.***>; Mention ***@***.***>
Subject: Re: [jcao89757/SCINA] Error with SCINA command (Issue #23)
EXTERNAL MAIL
I am also running into this issue. I only used the example signature
provided. Should I make a list for each celltype?
—
Reply to this email directly, view it on GitHub<
https://urldefense.com/v3/__https://github.com/jcao89757/SCINA/issues/23*issuecomment-2246849363__;Iw!!MznTZTSvDXGV0Co!DYZlmpdYUN1aUqcH_W4fsypw2ba7NLjw7rIDfr251ueiXcV1FLHzsHsd_0RPYrIEDXQJbxyYTwjQpnOZBIVIzoo3qAb2ikcD$>,
or unsubscribe<
https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AAXIKLNVZSJFMPR4KYPA2HTZN4VIXAVCNFSM6AAAAABLLVH6UWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBWHA2DSMZWGM__;!!MznTZTSvDXGV0Co!DYZlmpdYUN1aUqcH_W4fsypw2ba7NLjw7rIDfr251ueiXcV1FLHzsHsd_0RPYrIEDXQJbxyYTwjQpnOZBIVIzoo3qFGMSXRU$>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
CAUTION: This email originated from outside UTSW. Please be cautious of
links or attachments, and validate the sender's email address before
replying.
________________________________
UT Southwestern
Medical Center
The future of medicine, today.
—
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A25OLKNBGOWWVXX2XFH25WLZN4XLHAVCNFSM6AAAAABLLVH6UWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBWHA3DMOJSGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello. When I run the following command, I get the eror:
Command:
results = SCINA(exp, signatures, max_iter = 100, convergence_n = 10, convergence_rate = 0.999, sensitivity_cutoff = 0.9, rm_overlap=F, allow_unknown=TRUE, log_file='SCINA.log')
Error:
Error in chol.default(theta[[i]]$sigma1) : 'a' must have dims > 0
The text was updated successfully, but these errors were encountered: