getSeqnames.Rd
This function will identify available seqnames from a given data matrix (i.e. "GeneScoreMatrix", or "TileMatrix") and return them for downstream plotting utilities.
getSeqnames(ArchRProj = NULL, useMatrix = "GeneScoreMatrix")
An ArchRProject
object.
The name of the data matrix as stored in the ArrowFiles of the ArchRProject
. Options include "TileMatrix", "GeneScoreMatrix", etc.