getSampleNames: Get the sample names from an ArchRProject

View source: R/ProjectMethods.R

getSampleNamesR Documentation

Get the sample names from an ArchRProject

Description

This function gets the names of all samples from a given ArchRProject.

Usage

getSampleNames(ArchRProj = NULL)

Arguments

ArchRProj

An ArchRProject object.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Sample Names
getSampleNames(proj)


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