Skip to content

Memory requirements #23

@joegage

Description

@joegage

Hi - I am interested in generating networks with SWING using transcriptome data from maize. I have ~40k genes and 12 timepoints. Initial testing has me running into memory constraints on a 512Gb memory machine during the create_windows() step. Parameters are set as follows, based mostly on the vignette. I am only currently testing SWING, so they may change in the future:

k_min = 1
k_max = 3
w = 9
method = 'RandomForest'

If I set k_max to 1, I can make it through 2 or three windows before running out of memory. With k_max = 3, I am unable to complete the first step ('nth_window': 3).

Do you have a feeling for how much memory is required for a dataset of this size? Have you run similarly large datasets with SWING before?

Thanks,
Joe

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