
Retrieve the list of Samples Results from an Analysis in UNIFI API
Source:R/get_samples_list.R
get_samples_list.RdThe 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_paramsfunction. If not provided, theget_connection_paramswill look for such object in the global environment