################################################################################## # Author: Huaqin Xu (huaxu@ucdavis.edu) # Supervisor: Alexander Kozik (akozik@atgc.org) # Date: July. 26, 2006 # Description: # # This is the configure file for pixelirator.py. # # ================================================================================= # 1. Each variable is assigned a default value, change it to your display options # 2. Comments start with # # ###################################################################################### ##### size parameters ##### # if you want to see labels, the minimum cell_size is (10,10) cell_size = 12, 12 cell_space = 0 # cell shape: ellipse or rectangle cell_shape = rectangle # border between cell border_exist = Y # space outside the image space_size = 20, 20 # Image Title -- position: U or D or L or R; N for no title title_pos = U title_text = Charge_2days_interaction Table print_value = Y # Image bar -- position: U or D or L or R; N for no bar bar_pos = U bar_size = 60, 9 # Labelx position: U or D; Labely position: L or R; N for no labels xlabel_type = header ylabel_type = header xlabel_pos = U ylabel_pos = L # Color: backgroud, border, label background_color= 255, 255, 255 border_color= 196, 196, 196 label_color= 0, 0, 0 ##### Data File Format ##### delimiter = TAB rowstart = 1 colstart = 1 xlabelat = 0 ylabelat = 0 ##### Color Map Format ############################ # Colortype: HEX(Hexadecimal)> example -- FFFFFF # RGB > example -- 255, 255, 255 # maptype: Fixed # Range # Rainbow # mapfunc: # 1 -- linear # 2 -- log10 # 3 -- ln # 4 -- log2 # 5 -- sqrt # 6 -- x2 # 7 -- xe # 8 -- x3 ################################################### colortype=HEX maptype=Fixed mapfunc=1