rownames of a ArchRProject #1820
Unanswered
sunnyyakima
asked this question in
Questions / Documentation
Replies: 1 comment
-
I dont believe that calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to reproduce a piece of codes from publication.
they used followings:
sc <- ArchRProject(ArrowFiles = ArrowFiles,
outputDirectory = "snATACseq/clustering", copyArrows = TRUE)
tss_outliers_names[[sample_i]] <-
rownames(sc)[sc$Sample==sample_i][tss_outliers[[sample_i]]]
got an error, it seems that there is no such rownames(ArchrProject) ?
Beta Was this translation helpful? Give feedback.
All reactions