Skip to content

Commit

Permalink
backup before changing to multiprocessing and visualisation of two gr…
Browse files Browse the repository at this point in the history
…oups instead of each gene
  • Loading branch information
anastasiia committed Dec 4, 2018
1 parent 6f21dc3 commit eb62101
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
import multiprocessing
import logging
import subprocess
from Bio import SeqIO
import Bio.SeqIO.FastaIO as bio
import numpy as np
from collections import defaultdict
from scipy import stats
import pyBigWig
from statsmodels.sandbox.stats.multicomp import multipletests #for bonfferoni
import matplotlib.pyplot as plt
import random
Expand Down Expand Up @@ -109,7 +106,7 @@ def make_box_plot(genes_of_interest, output_directory, figure_name, color_name):

ax.set_title('The visualization of correlation between gene and exons length')
ax.set_xlabel('Genes')
ax.set_ylabel('Scores')
ax.set_ylabel('Percentage of exons len')

ax.set_xticklabels(groups_names, rotation=45, fontsize=8)

Expand Down

0 comments on commit eb62101

Please sign in to comment.