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
When creating a CytoDataFrame from an existing CytoDataFrame it doesn't seem to be possible to override existing CytoDataFrame parameters, meaning you're stuck with those settings coming from the CytoDataFrame source data object. We should change this so you may override it and change moving forward. A workaround is to cast the incoming data as a Pandas DataFrame when creating the new CytoDataFrame with new parameters.
The text was updated successfully, but these errors were encountered:
When creating a CytoDataFrame from an existing CytoDataFrame it doesn't seem to be possible to override existing CytoDataFrame parameters, meaning you're stuck with those settings coming from the CytoDataFrame source data object. We should change this so you may override it and change moving forward. A workaround is to cast the incoming data as a Pandas DataFrame when creating the new CytoDataFrame with new parameters.
The text was updated successfully, but these errors were encountered: