addProjectSummary: Add projectSummary to an ArchRProject

addProjectSummaryR Documentation

Add projectSummary to an ArchRProject

Description

This function adds info to the projectSummary of an ArchRProject

Usage

addProjectSummary(ArchRProj = NULL, name = NULL, summary = NULL)

Arguments

ArchRProj

An ArchRProject object.

name

The name of the summary information to add to the ArchRProject object.

summary

A vector to add as summary information to the ArchRProject object.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Add Project Summary
addProjectSummary(proj, name = "test", summary = "test successful")


GreenleafLab/ArchR documentation built on Feb. 21, 2025, 3:05 p.m.