Skip to contents

The function connects to a UNIFI Analysis and gets the list of all samples. It returns a dataframe with sample names and IDs, along with the analysis name.

Usage

get_samples_list(analysis_id, connection_params = NULL)

Arguments

analysis_id

The identifier of the Analysis

connection_params

OPTIONAL: Connection parameters object created by the create_connection_params function. If not provided, the get_connection_params will look for such object in the global environment

Value

A dataframe wih sample names and their IDs, along with the analysis name and sample metadata.