You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an inconsistency in inputs between the 3 different types of simulation methods (i.e. 2 take gene expression file names while 1 takes gene expression dataframe). This is because shift_template_experiment is run in a for loop so in order to save overhead, we input the dataframe instead.
Its more intuitive to have the user specify a filename so one option is to write a wrapper function that will loop through shift_template_experiment. Raised in #20
The text was updated successfully, but these errors were encountered:
There is an inconsistency in inputs between the 3 different types of simulation methods (i.e. 2 take gene expression file names while 1 takes gene expression dataframe). This is because shift_template_experiment is run in a for loop so in order to save overhead, we input the dataframe instead.
Its more intuitive to have the user specify a filename so one option is to write a wrapper function that will loop through shift_template_experiment. Raised in #20
The text was updated successfully, but these errors were encountered: