ArchR icon indicating copy to clipboard operation
ArchR copied to clipboard

Problem with addMonocleTrajectory( ArchRProj = NULL, name = "Trajectory", useGroups = NULL, groupBy = "Clusters", monocleCDS = NULL, force = FALSE )

Open A-legac45 opened this issue 4 months ago • 1 comments

Hello,

I am trying to use this fonction but NA are return in the trajectory_monocle column I chek and cell names are identic between archr and cdsmonocle I do not see where is the problem.

test <- addMonocleTrajectory(

  • ArchRProj = project_Peaks_RES0.9_subcluster,
  • name = "Trajectory_monocle",
  • useGroups = c("C3", "C4", "C5","C6","C7"),
  • groupBy = "Clusters.res_ATAC_new0.6",
  • monocleCDS = cds_filtered,
  • force = FALSE
  • )

thanks

@jgranja24 @jeffmgranja @keyuxi @rcorces

A-legac45 avatar Oct 12 '24 14:10 A-legac45