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
add on=[] for closest(). challenge is that filtering is done inside the function. consider passing a user-defined filtering function. This could replace ignore_upstream, ignore_overlaps flags.
consider replacing the repeated get_default_colnames() and _verify_columns() in each ops with either a decorator or a function that does both.
io
either refactor parse_gtf_attributes as read_gtf() with an option to parse, or wrap an existing tool for gtf parsing into a pandas dataframe.
add a test for the data (e.g. download from original site and check that names & lengths match)
allow extract_centromeres to accept a path to a file
io.to_bed function to save bedframe into bed (incl. resorting columns, dropping those not compatible with the bed format, and formatting the comment line) io.to_bed() #72
interval operations
io
parse_gtf_attributes()
.fetch_centromeres
Tutorials and Docs
Data
Future
on=[]
option forsubtract
,complement
.on=[]
forclosest()
. challenge is that filtering is done inside the function. consider passing a user-defined filtering function. This could replaceignore_upstream
,ignore_overlaps
flags.get_default_colnames()
and_verify_columns()
in each ops with either a decorator or a function that does both.io
either refactor
parse_gtf_attributes
asread_gtf()
with an option to parse, or wrap an existing tool for gtf parsing into a pandas dataframe.new frontend function for locally stored genome assemblies Local sources of truth for common genome assembly metadata #107
allow
extract_centromeres
to accept a path to a fileio.to_bed
function to save bedframe into bed (incl. resorting columns, dropping those not compatible with the bed format, and formatting the comment line) io.to_bed() #72bin ops
regions_to_bins
to assign binspans to a set of bp spansalign_tables
Find a way to ensure alignment of two interval tables. #37Tutorials and Docs
The text was updated successfully, but these errors were encountered: