
Retrieve the list of Samples Results from an Analysis in UNIFI API
Source:R/get_samples_list.R
get_samples_list.Rd
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.
Arguments
- analysis_id
The identifier of the Analysis
- connection_params
OPTIONAL: Connection parameters object created by the
create_connection_params
function. If not provided, theget_connection_params
will look for such object in the global environment