Skip to content

Improve performance of reading many files #18

@stemangiola

Description

@stemangiola

This part

experiment_list <- raw_data |>
            dplyr::group_by(.data[[grouping_column]]) |>
            dplyr::summarise(experiments = list(
                group_to_data_container(
                    dplyr::cur_group_id(),
                    dplyr::cur_data_all(),
                    dir_prefix,
                    features,
                    grouping_column
                )
            )) 

takes long time. Not sure if we can use zellkonverter parameters to speed this up, or using the R native package (now available)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions