getSampleColData: Get sampleColData from an ArchRProject

View source: R/ProjectMethods.R

getSampleColDataR Documentation

Get sampleColData from an ArchRProject

Description

This function gets the sampleColData from a given ArchRProject.

Usage

getSampleColData(ArchRProj = NULL, select = NULL, drop = FALSE)

Arguments

ArchRProj

An ArchRProject object.

select

A character vector containing the column names to select from sampleColData.

drop

A boolean value that indicates whether to drop the dataframe structure and convert to a vector if selecting only one column.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Sample Column Data
getSampleColData(proj)


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