Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yoann DUFRESNE
linked reads molecule ordering
Commits
2439492c
Commit
2439492c
authored
May 23, 2019
by
Yoann Dufresne
Browse files
parameter modification
parent
78681d65
Changes
2
Hide whitespace changes
Inline
Side-by-side
deconvolution/generate_fake_barcode_graph.py
View file @
2439492c
...
...
@@ -15,7 +15,7 @@ for idx, node in enumerate(G.nodes()):
barcodes
=
[]
n
=
len
(
G
.
nodes
())
available_molecules
=
set
(
G
.
nodes
())
m
=
2
# m molecules per barcode
m
=
3
# m molecules per barcode
# Group molecules by barcode
import
random
...
...
deconvolution/generate_fake_molecule_graph.py
View file @
2439492c
...
...
@@ -19,7 +19,7 @@
n
=
1
0
00
n
=
1
5
00
o
=
6
molecules_intervals
=
[]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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