-
Notifications
You must be signed in to change notification settings - Fork 2
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 matrix(sc_obj[[pseudotime_ID]], dimnames = list(colnames(sc_obj) #4
Comments
path_tragedy <- bootstrap_pathfind(sequence_1 = as.matrix(WT_1_node_exp_mtx), sequence_2 = as.matrix(WT_2_node_exp_mtx) |
Hi, Could I get some more info about the analysis setup and also what the output of dis_mtx_calculator is? Also is the first error you posted still an issue or is it now fixed? Best wishes, |
Thank you very much for your prompt reply. The first issue has been resolved, but the second issue still exists |
We use the number of clusters in the dataset as a proxy for number of interpolated points, around 10-20 interpolated points per cluster in the dataset. I've been fixing some bugs and some issues with how we get the expression values of the interpolated points. Will commit them just now. If you redownload the TrAGEDy file after this, hopefully this will fix the issue. If not, please let me know! |
WT_1_tree <- nodePseudotime(TRO, "Pseudotime", "celltypes_Abbreviation", 50)
Error in matrix(sc_obj[[pseudotime_ID]], dimnames = list(colnames(sc_obj), :
length of 'dimnames' [1] not equal to array extent
colnames([email protected])
[1] "sample" "nUMI"
[3] "nGene" "celltypes_Abbreviation1"
[5] "celltypes_Abbreviation2" "origin"
[7] "celltype_lineage" "celltypes_Abbreviation"
[9] "log10GenesPerUMI" "RNA_snn_res.1"
[11] "seurat_clusters" "integrated_snn_res.1"
[13] "subclass2.1" "subclass2"
[15] "subclass1.1" "subclass1"
[17] "celltype2" "celltype"
[19] "nCount_RNA" "nFeature_RNA"
[21] "Size_Factor" "num_genes_expressed"
[23] "Pseudotime" "State"
[25] "cell_type"
The text was updated successfully, but these errors were encountered: