getProjectSummary: Get projectSummary from an ArchRProject

getProjectSummaryR Documentation

Get projectSummary from an ArchRProject

Description

This function prints the projectSummary from an ArchRProject

Usage

getProjectSummary(ArchRProj = NULL, returnSummary = FALSE)

Arguments

ArchRProj

An ArchRProject object.

returnSummary

A boolean value indicating whether to return a summary of the ArchRProject or to just print the summary.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Project Summary
getProjectSummary(proj)


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