Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Holly Ruess
celseq2
Commits
f7f3388f
Commit
f7f3388f
authored
May 08, 2018
by
yy1533
Browse files
💪
plotly graph on demultiplexing fastqs
parent
cfebaf2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
celseq2/demultiplex.py
View file @
f7f3388f
...
...
@@ -258,6 +258,7 @@ def plotly_demultiplexing_stats(fpaths=[], saveto='', fnames=[]):
overall_stats
.
loc
[
'total'
,
'Reads(#)'
])))
layout
=
go
.
Layout
(
legend
=
dict
(
x
=-
.
1
,
y
=-
.
2
),
xaxis
=
dict
(
showticklabels
=
False
),
title
=
'Number of reads saved per BC per item'
)
fig
=
go
.
Figure
(
data
=
num_reads_data
,
layout
=
layout
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment