Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,425
Issues
1,425
List
Boards
Labels
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
4d172810
Commit
4d172810
authored
Aug 19, 2019
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-c/doc-format' into 'dev'
doc/vidjil-format.md: corrections See merge request
!507
parents
d218552b
362193f0
Pipeline
#90181
failed with stages
in 24 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
doc/vidjil-format.md
doc/vidjil-format.md
+5
-2
No files found.
doc/vidjil-format.md
View file @
4d172810
...
...
@@ -37,7 +37,9 @@ This is an almost minimal `.vidjil` file, describing clones in one sample.
The
`seg`
element is optional: clones without
`seg`
elements will be shown on the grid with '?/?'.
The
`_average_read_length`
is also optional, but allows to plot GENSCAN-like plots more precisely than getting only the length of the sequence.
All other elements are required. The
`reads.germlines`
list can have only one element the case of data on a unique locus.
There is here one clone on the
`TRG`
locus with a designation
`TRGV5*01 5/CC/0 TRGJ1*02`
.
There is here one clone on the
`TRG`
locus with a designation (
`name`
)
`TRGV5*01 5/CC/0 TRGJ1*02`
.
Note that this
`name`
is just used to name the clone.
The actual values used for X- and Y- axis in the V/J grid plot are
`seg.5.name`
and
`seg.3.name`
fields.
Note that other elements could be added by some program (such as
`tag`
, to identify some clones,
or
`clusters`
, to further cluster some clones, see below).
...
...
@@ -65,6 +67,7 @@ or `clusters`, to further cluster some clones, see below).
"
clones
"
:
[
{
"
id
"
:
"
clone-001
"
,
"
name
"
:
"
TRGV5*01 5/CC/0 TRGJ1*02
"
,
"
sequence
"
:
"
CTCATACACCCAGGAGGTGGAGCTGGATATTGATACTACGAAATCTAATTGAAAATGATTCTGGGGTCTATTACTGTGCCACCTGGGCCTTATTATAAGAAACTCTTTGGCAGTGGAAC
"
,
"
reads
"
:
[
243241
],
"
_average_read_length
"
:
[
119.3
],
...
...
@@ -85,7 +88,7 @@ or `clusters`, to further cluster some clones, see below).
## `.vidjil` file – several related samples
This a
`.vidjil`
file obtained by merging with
`fuse.py`
two
`.vidjil`
files corresponding to two samples.
Clones that have a same
`id`
are gathered (see 'What is a clone?', above).
Clones that
are from different files but that
have a same
`id`
are gathered (see 'What is a clone?', above).
It is the responsibility of the program generating the initial
`.vidjil`
files to choose these
`id`
to
do a correct gathering.
...
...
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