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
The experiments parameter in get_rnaseq suggests that it will accept an array of experiment names. However it actually expects a string (experiment name). Changing the name of this parameter to "experiment" will make it more intuitive.
The
experimentsparameter inget_rnaseqsuggests that it will accept an array of experiment names. However it actually expects a string (experiment name). Changing the name of this parameter to "experiment" will make it more intuitive.