Trajectory analysis using Monocle3 with Seurat sub-clustering
0
0
Entering edit mode
13 months ago

Hi all,

I am analyzing single cell RNA-seq data using Seurat and trying to do trajectory analysis using Monocle3. My analysis pipeline is below.

# QC, NormalizeData, FindVariableFeatures for each sample independetly
  SelectIntegrationFeatures > FindIntegrationAnchors > IntegrateData >
  > ScaleData > RunPCA > RunUMAP > FindNeighbors > FindClusters

After then, Sub-clustering and Monocle3 were performed

Oligo <- subset(x, idents=c("OPC", "Oligo1", "Oligo2", "Oligo3")
> RunPCA > RunUMAP > FindNeighbors > FindClusters >
> as.cell_data_set(Oligo) > ~~ > learn_graph > order_cells

Is this the correct way? Or should other processes such as NormalizeData or FindVariableFeatures be performed after subset?

And when sub-clustering (or re-clustering) is performed, the number of clusters is larger than before. Is it correct to perform trajectory analysis after sub-clustering?

Thank you.

Joonhong Kwon

scRNA-seq Trajectory Seurat analysis Monocle3 • 526 views
ADD COMMENT

Login before adding your answer.

Traffic: 2978 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