monocle 3-- Could not get node in small cluster
0
0
Entering edit mode
11 days ago
synat.keam ▴ 100

Dear All,

I am using monocle3 to infer Trajectory analysis. However, in a small cluster, I most of the time did not get the node. Therefore, I am assuming the Trajectory analysis may not include it. How to solve it and get node in a small cluster (kindly review attach image). Following is my code!

cds <- as.cell_data_set(seurat_obj_cd8) # SeuratWrappers
DefaultAssay(seurat_obj_cd8)

# Cluster cells
cds <- cluster_cells(cds, reduction_method = "UMAP",  resolution = 1e-5)  

cds <- learn_graph(cds, use_partition = FALSE)

# Order cells
cds <- order_cells(cds)

#plot_cells in pseudotime
plot_cells(cds , 
            color_cells_by = 'pseudotime', 
           label_branch_points = FALSE, 
           label_leaves = FALSE, 
           graph_label_size = 4) + 
  theme_classic() + 
  NoAxes() + 
  theme(legend.position = "right")

Thanks, enter image description here enter image description here

monocle3 • 105 views
ADD COMMENT

Login before adding your answer.

Traffic: 1234 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6