Skip to content

Commit

Permalink
Minor ##PEDIGREE example fixes (#583)
Browse files Browse the repository at this point in the history
Add ## to the ##PEDIGREE line examples. Add the missing words
to the description of the ID2/ID1 / DerivedID/OriginalID clonal
pedigree (for VCFv4.2.tex, this was already done in PR #176).
Add missing word "trio" to "one entry per [] of the form".
  • Loading branch information
jmarshall committed Jul 27, 2021
1 parent 9269474 commit 1715701
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions VCFv4.1.tex
Expand Up @@ -867,13 +867,13 @@ \subsubsection{Clonal derivation relationships}
The general format of a PEDIGREE line describing asexual, clonal derivation is:

\begin{verbatim}
PEDIGREE=<Derived=ID2,Original=ID1>
##PEDIGREE=<Derived=ID2,Original=ID1>
\end{verbatim}

This line asserts that the DNA in genome is asexually or clonally derived with mutations from the DNA in genome . This is the asexual analog of the VCF format that has been proposed for family relationships between genomes, i.e., there is one entry per of the form:
This line asserts that the DNA in genome ID2 is asexually or clonally derived with mutations from the DNA in genome ID1. This is the asexual analog of the VCF format that has been proposed for family relationships between genomes, i.e., there is one entry per trio of the form:

\begin{verbatim}
PEDIGREE=<Child=CHILD-GENOME-ID,Mother=MOTHER-GENOME-ID,Father=FATHER-GENOME-ID>
##PEDIGREE=<Child=CHILD-GENOME-ID,Mother=MOTHER-GENOME-ID,Father=FATHER-GENOME-ID>
\end{verbatim}

Let's consider a cancer patient VCF file with 4 genomes: germline, primary\_tumor, secondary\_tumor1, and secondary\_tumor2 as illustrated in Figure 10. The primary\_tumor is derived from the germline and the secondary tumors are each derived independently from the primary tumor, in all cases by clonal derivation with mutations. The PEDIGREE lines would look like:
Expand Down
6 changes: 3 additions & 3 deletions VCFv4.2.tex
Expand Up @@ -884,13 +884,13 @@ \subsubsection{Clonal derivation relationships}
The general format of a PEDIGREE line describing asexual, clonal derivation is:

\begin{verbatim}
PEDIGREE=<Derived=ID2,Original=ID1>
##PEDIGREE=<Derived=ID2,Original=ID1>
\end{verbatim}

This line asserts that the DNA in genome ID2 is asexually or clonally derived with mutations from the DNA in genome ID1. This is the asexual analog of the VCF format that has been proposed for family relationships between genomes, i.e., there is one entry per of the form:
This line asserts that the DNA in genome ID2 is asexually or clonally derived with mutations from the DNA in genome ID1. This is the asexual analog of the VCF format that has been proposed for family relationships between genomes, i.e., there is one entry per trio of the form:

\begin{verbatim}
PEDIGREE=<Child=CHILD-GENOME-ID,Mother=MOTHER-GENOME-ID,Father=FATHER-GENOME-ID>
##PEDIGREE=<Child=CHILD-GENOME-ID,Mother=MOTHER-GENOME-ID,Father=FATHER-GENOME-ID>
\end{verbatim}

Let's consider a cancer patient VCF file with 4 genomes: germline, primary\_tumor, secondary\_tumor1, and secondary\_tumor2 as illustrated in Figure 10. The primary\_tumor is derived from the germline and the secondary tumors are each derived independently from the primary tumor, in all cases by clonal derivation with mutations. The PEDIGREE lines would look like:
Expand Down
8 changes: 4 additions & 4 deletions VCFv4.3.tex
Expand Up @@ -1277,14 +1277,14 @@ \subsubsection{Clonal derivation relationships}
The general format of a PEDIGREE line describing asexual, clonal derivation is:
\begin{verbatim}
PEDIGREE=<ID=DerivedID,Original=OriginalID>
##PEDIGREE=<ID=DerivedID,Original=OriginalID>
\end{verbatim}
This line asserts that the DNA in genome is asexually or clonally derived with mutations from the DNA in genome.
This is the asexual analog of the VCF format that has been proposed for family relationships between genomes, i.e., there is one entry per of the form:
This line asserts that the DNA in genome DerivedID is asexually or clonally derived with mutations from the DNA in genome OriginalID.
This is the asexual analog of the VCF format that has been proposed for family relationships between genomes, i.e., there is one entry per trio of the form:
\begin{verbatim}
PEDIGREE=<ID=ChildID,Mother=MotherID,Father=FatherID>
##PEDIGREE=<ID=ChildID,Mother=MotherID,Father=FatherID>
\end{verbatim}
Let's consider a cancer patient VCF file with 4 genomes: germline, primary\_tumor, secondary\_tumor1, and secondary\_tumor2 as illustrated in Figure 10.
Expand Down
8 changes: 4 additions & 4 deletions VCFv4.4.draft.tex
Expand Up @@ -1410,14 +1410,14 @@ \subsubsection{Clonal derivation relationships}
The general format of a PEDIGREE line describing asexual, clonal derivation is:
\begin{verbatim}
PEDIGREE=<ID=DerivedID,Original=OriginalID>
##PEDIGREE=<ID=DerivedID,Original=OriginalID>
\end{verbatim}
This line asserts that the DNA in genome is asexually or clonally derived with mutations from the DNA in genome.
This is the asexual analog of the VCF format that has been proposed for family relationships between genomes, i.e., there is one entry per of the form:
This line asserts that the DNA in genome DerivedID is asexually or clonally derived with mutations from the DNA in genome OriginalID.
This is the asexual analog of the VCF format that has been proposed for family relationships between genomes, i.e., there is one entry per trio of the form:
\begin{verbatim}
PEDIGREE=<ID=ChildID,Mother=MotherID,Father=FatherID>
##PEDIGREE=<ID=ChildID,Mother=MotherID,Father=FatherID>
\end{verbatim}
Let's consider a cancer patient VCF file with 4 genomes: germline, primary\_tumor, secondary\_tumor1, and secondary\_tumor2 as illustrated in Figure 10.
Expand Down

0 comments on commit 1715701

Please sign in to comment.