Skip to content

next steps #33

Description

@marco-mariotti

Small edits

  • 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?
  • .browse()

Human

  • test + update tutorial, add images

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions