Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. for y in [TRA,TRB]:
  2. CloneSizes = y['nSeqCDR3'].value_counts()
  3. freq = CloneSizes.value_counts() / total_TCR
  4. plt.plot(freq,colors2[j])
  5. if j % 2 == 0:
  6. legend_text.append('TRA'+ x + '_' + pt)
  7. else:
  8. legend_text.append('TRB'+ x + '_' + pt)
  9. j += 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement