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 function set_threshold compiles columns for each motifs (at a FPR, for a specific background) into a single dataframe using the above code. This results in:
pandas/core/frame.py:3978: PerformanceWarning: DataFrame is highly fragmented. This is usually the result of calling `frame.insert` many times, which has poor performance. Consider joining all columns at once using pd.concat(axis=1) instead. To get a de-fragmented frame, use `newframe = frame.copy()`
self._set_item(key, value)
The text was updated successfully, but these errors were encountered:
gimmemotifs/gimmemotifs/scanner/base.py
Line 422 in ecd4806
the function
set_threshold
compiles columns for each motifs (at a FPR, for a specific background) into a single dataframe using the above code. This results in:The text was updated successfully, but these errors were encountered: