ArchR icon indicating copy to clipboard operation
ArchR copied to clipboard

Error in tutorial trajectory analysis

Open alekseybelikov opened this issue 3 months ago • 2 comments

Attach your log file ArchR-correlateTrajectories-32567050e2a2-Date-2024-10-25_Time-19-19-59.909418.log

Describe the bug trajCombined <- trajGSM2 assay(trajCombined) <- t(apply(assay(trajGSM2), 1, scale)) + t(apply(assay(trajMM2), 1, scale))

Error in assays<-(*tmp*, withDimnames = withDimnames, ..., value = *vtmp*): please use 'assay(x, withDimnames=FALSE)) <- value' or 'assays(x, withDimnames=FALSE)) <- value' when the rownames or colnames of the supplied assay(s) are not identical to those of the receiving SummarizedExperiment object 'x'

To Reproduce Reproducible in the tutorial

Expected behavior Step completed without error

alekseybelikov avatar Oct 25 '24 18:10 alekseybelikov