chanjo icon indicating copy to clipboard operation
chanjo copied to clipboard

Chanjo provides a better way to analyze coverage data in clinical sequencing.

Results 42 chanjo issues
Sort by recently updated
recently updated
newest added

Chanjo version 4.2.0 installed via pip. This is the log. ``` chanjo init -a -f 2018-08-31 11:38:49 cybertron chanjo.init.cli[10816] INFO setting up chanjo under: /data/coverage180830 2018-08-31 11:38:49 cybertron chanjo.init.bootstrap[10816] INFO...

It should be possible to detect when chrom X coverage is more than expected for a "male" sample. Usually a male has lower X coverage than a female.

Hi I can see that earlier versions of change the change calculate contained both gene and interval as subcommands, however in the recent version only contains "mean" as the only...

``` $chanjo Traceback (most recent call last): File "/mnt/hds/proj/cust003/develop/modules/miniconda2/envs/mip4.1/bin/chanjo", line 11, in load_entry_point('chanjo==4.0.0', 'console_scripts', 'chanjo')() File "/mnt/hds/proj/cust003/develop/modules/miniconda2/envs/mip4.1/lib/python2.7/site-packages/click/core.py", line 716, in __call__ return self.main(*args, **kwargs) File "/mnt/hds/proj/cust003/develop/modules/miniconda2/envs/mip4.1/lib/python2.7/site-packages/click/core.py", line 695, in main...

I have many overlap amplicons. Through the bam file , I can get the pair reads start and end . The pair reads' start and end is completely match to...

Perhaps it's possible to write the test to also report when there's ambiguity in the sex determination For example when there's some reads on X but not enough to call...

I don't know why the `strand` values for all exons are `-` minus. ``` coverage ➤gawk '{print $6}' ccds.15.grch37p13.extended.bed |sort|uniq - ```

I have been detached from work that uses `chanjo` for a while I get outdated when I come back now. It is indeed a good think to see how `chanjo`...

Is `chanjo` aware of this problematic gene names, which may causes various problems for queries that base on gene names? ``` bash ➤ gawk '{print $NF}' ccds.15.grch37p13.extended.bed|grep ','|head NOX1,NOX1,NOX1 NOX1,NOX1,NOX1...