We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7fbcf commit fc12dd8Copy full SHA for fc12dd8
demo/run_circos.py
@@ -53,7 +53,7 @@
53
AMP = CNV.loc[CNV.Type=='Amp',:]
54
DEL = CNV.loc[CNV.Type=='Del',:]
55
56
- chromsizes = pandas.read_table("hg19.fa.sizes",index_col=0,header=None,names=['start','length','chrom'])
+ chromsizes = pandas.read_table("hg19.fa.sizes",index_col=0,header=None,names=['length'])
57
cg = pycircos.Circos(chromsizes, gap=2)
58
# draw cytoband
59
cg.draw_cytobands(8.1,0.3,"cytoBand.txt.gz")
0 commit comments