Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
362193f0
Commit
362193f0
authored
Jul 11, 2019
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/vidjil-format.md: corrections
Thanks to the discussion with Patrice and @espyr.
parent
d218552b
Pipeline
#90166
failed with stages
in 7 minutes and 46 seconds
Changes
1
Pipelines
1
Show 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 @
362193f0
...
...
@@ -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