addCellColData | R Documentation |
This function adds new data to cellColData in a given ArchRProject.
addCellColData(
ArchRProj = NULL,
data = NULL,
name = NULL,
cells = NULL,
force = FALSE
)
ArchRProj |
An |
data |
The data to add to |
name |
The column header name to be used for this new data in |
cells |
The names of the cells corresponding to |
force |
A boolean value indicating whether or not to overwrite data in a given column when the value passed to |
# Get Test ArchR Project
proj <- getTestProject()
# Add Cell Column Data
addCellColData(proj, data = proj$TSSEnrichment, name = "TSS2", cells = getCellNames(proj))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.