reg-gen icon indicating copy to clipboard operation
reg-gen copied to clipboard

Regulatory Genomics Toolbox: Python library and set of tools for the integrative analysis of high throughput regulatory genomics data.

Results 64 reg-gen issues
Sort by recently updated
recently updated
newest added

Hello. I have histone data in addition to ATACseq, and I was interested in running the footprinting analysis on the histone data as well as on the classical ATACseq. Unfortunately...

docs

Hi, this is a nice piece of software. I was wondering if it would be possible to let the user control where the input data was coming from, instead of...

feature
maybe

In some (still rare) cases, RGT (or one of its dependencies) cannot be installed successfully, or it's too hard to make it work. We should aim to provide one package...

feature
maybe

* the organism should be added * evaluate all needed options * gene names should be sanitised before joining

bug
feature

Related to #117, but more general and thus deserving of its own issue. AnnotationSet `fix_gene_names` by default converts gene names to upper case. This is unnecessary when proper organism resolution...

feature

We currently have a `toString` method, a `str` special method, and a `repr` method. They must be reworked to be efficient and consistent. `toString` could become a "private" method used...

feature
minor

The current test does not use inputs, and thus it doesn't test as much as it could do. We need to replace it (or better, just add another one).

feature

Currently a GRS has a list containing GenomicRegions. However, many times we already have subsequences - the most common example is a chromosome. If I'm trying to intersect MPBS regions...

feature
maybe

Hi @fabio-t , I needed a bioconda recipe for "RGT", so I created one, https://anaconda.org/bioconda/rgt. The download of the database is not part of the recipe due to its size,...

maybe
docs