-
Notifications
You must be signed in to change notification settings - Fork 26
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 $<-.data.frame
(*tmp*
, "replicate", value = integer(0))
#55
Comments
Hi, Can you share with me your data so I can figure out what might be the issue? Thanks. |
Hi Chengming,
|
Thank you for your prompt response and the suggested solution. I followed your instructions to extract the expression matrix and metadata from the Seurat object and run Libra directly. However, it doesn't work.
I wonder if the structure of data is corresponding to yours. Relevant information is showed in the pictures below. |
Can i see your meta as well? |
Of course
|
Hi, to run Libra, |
Thanks! But it's still wrong when I run Libra,though Column
|
Can you show me the output of this? |
|
Hmm can you find a way to share your data with me? |
Could please tell me your e_mail address? I'll send attachments through email . |
Not sure if this has already been resolved, but I ran into a similar issue. How many unique labels do you have? The output to X above shows E14 and P4.5, but are there cells with any other labels? If so, then that is likely your problem. https://github.com/neurorestore/Libra/issues/6 |
hi,i got an erro below,when i run function run_de
r$> DE = run_de(sce)
Error in
$<-.data.frame
(*tmp*
, "replicate", value = integer(0)) :replacement has 0 rows, data has 87395
sce is a seurat object,and metadata contains column cell_type and label
orig.ident nCount_RNA nFeature_RNA percent.mt percent.rb sample
AAACCCAAGGCGTTGA-1_1 K10611T_1 631 490 0.47543582 1.2678288 K10611T_1
AAACCCAGTCGCTCGA-1_1 K10611T_1 2826 1610 0.00000000 1.2738854 K10611T_1
AAACCCATCAGGAAGC-1_1 K10611T_1 867 709 0.57670127 0.8073818 K10611T_1
AAACCCATCCACAGGC-1_1 K10611T_1 1059 702 0.09442871 1.1331445 K10611T_1
AAACCCATCTCGTGGG-1_1 K10611T_1 3724 2152 0.02685285 0.6713212 K10611T_1
AAACGAAAGCGAGAAA-1_1 K10611T_1 654 510 0.76452599 1.2232416 K10611T_1
RNA_snn_res.0.8 seurat_clusters cell_type label
AAACCCAAGGCGTTGA-1_1 6 6 T cells T
AAACCCAGTCGCTCGA-1_1 4 4 PC T
AAACCCATCAGGAAGC-1_1 7 7 FIB T
AAACCCATCCACAGGC-1_1 11 11 Plasma cells T
AAACCCATCTCGTGGG-1_1 13 13 PC T
AAACGAAAGCGAGAAA-1_1 2 2 Macrophages T
couldyou please give a hand
The text was updated successfully, but these errors were encountered: