Skip to content
Discussion options

You must be logged in to vote

This is very typical of the R programming language and is a bit counterintuitive for people coming from different languages.

The return value of most functions in ArchR is an ArchRProject object.

So you pass your current project to the function, it effectively creates a copy of that object while it performs operations, and then it returns the updated object which we use to overwrite the original object.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sanghoonleeeins
Comment options

Answer selected by rcorces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants