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
all imports in docs should look like: import pyrangeyes as pe and fitting with this (e.g. pe.plot(...))
height_col, depth_col, shape_col: move to last args shown in docstring of plot()
pe.adapters alone should return a nice string derived from pe.adapters.describe(), plus some message (e.g. see print_options('mRNA') ... )
remove thick_cds arg (adapter mRNA works!)
text as possible key of colormap
Big objectives
add reverse=.. argument to reverse (coords: from big to small) all plots [True], or none [False], or some ['chr1', 'chr2'] ..also accepted: {'chr1':True, 'chr2':True}, or only those chromosome/regions wherein all intervals are on the negative strand ['auto'] -> default.
controllable height and width, compatible with rendering in jupyter or floating window. briefly: must have a way to have a nice UX, sometimes size goes out of control
density/bigwig like visualization
Debug
packed mode is still buggy. it may be a more difficult problem than anticipated. The function must know more than it does?
Small edits
import pyrangeyes as peand fitting with this (e.g. pe.plot(...))Big objectives
Debug
Human