Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Remi PLANEL
bioviz-js
Commits
33cf9b96
Commit
33cf9b96
authored
Apr 01, 2019
by
Remi PLANEL
Browse files
add the main
parent
55bf4d2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scripts/index.ts
0 → 100644
View file @
33cf9b96
import
GeneComponent
from
"
./component/sequence/gene
"
;
import
{
select
,
Selection
}
from
"
d3-selection
"
;
const
genes
=
[
{
name
:
"
gene 1
"
,
length
:
1000
,
strand
:
1
},
{
name
:
"
gene 2
"
,
length
:
500
,
strand
:
-
1
}
]
const
geneComponent
=
GeneComponent
();
const
myGenes
=
select
(
"
g#genes
"
);
myGenes
.
datum
(
genes
).
call
(
geneComponent
,
1000
,
5
,
10
);
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