getFeatures | R Documentation |
This function will identify available features from a given data matrix (i.e. "GeneScoreMatrix", or "TileMatrix") and return them for downstream plotting utilities.
getFeatures(
ArchRProj = NULL,
useMatrix = "GeneScoreMatrix",
select = NULL,
ignoreCase = TRUE
)
ArchRProj |
An |
useMatrix |
The name of the data matrix as stored in the ArrowFiles of the |
select |
A string specifying a specific feature name (or rowname) to be found with |
ignoreCase |
A boolean value indicating whether to ignore the case (upper-case / lower-case) when searching via grep for the string passed to |
# Get Test ArchR Project
proj <- getTestProject()
# Get Features
getFeatures(proj, useMatrix = "GeneScoreMatrix", select = 'CD3')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.