This function gets the available matrices from the ArrowFiles in a given ArchRProject object.

getAvailableMatrices(ArchRProj = NULL)

Arguments

ArchRProj

An ArchRProject object.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Available Matrices in ArchR Project
getAvailableMatrices(proj)