Legend
Please note that a short description of a certain column can be displayed when you move your mouse cursor over the column's header and hold it still. Below, a more detailed description is shown per column.
Phenotype details: additional information on the phenotype of the individual, preferably use HPO terms only (http://www.human-phenotype-ontology.org/)
Diagnosis/Initial: initial diagnosis, before molecular testing
Diagnosis/Definite: phenotype individual after molecular testing (OMIM abbreviation)
Inheritance: Indicates the inheritance of the phenotype in the family; unknown, familial (autosomal/X-linked, dominant/ recessive), paternal (Y-linked), maternal (mitochondrial), isolated (sporadic) or complex
All options:
- Unknown
- Familial
- Familial, autosomal dominant
- Familial, autosomal recessive
- Familial, X-linked
- Familial, X-linked dominant
- Familial, X-linked dominant, male sparing
- Familial, X-linked recessive
- Paternal, Y-linked
- Maternal, mitochondrial
- Isolated (sporadic)
- Di-genic
- Complex
- - = Not applicable
Age/Examination: age at which the individual was examined.
- 35y = 35 years
- 04y08m = 4 years and 8 months
- 00y00m01d12h = 1 day and 12 hours
- 18y? = around 18 years
- 30y-40y = between 30 and 40 years
- >54y = older than 54
- ? = unknown
Age/Diagnosis: age diagnosis was confirmed
- 35y = 35 years
- 04y08m = 4 years and 8 months
- 00y00m01d12h = 1 day and 12 hours
- 18y? = around 18 years
- 30y-40y = between 30 and 40 years
- >54y = older than 54
- ? = unknown
Age/Onset: Age first symptoms disease appeared in individual:
- 35y = 35 years
- 04y08m = 4 years and 8 months
- 00y00m01d12h = 1 day and 12 hours
- 18y? = around 18 years
- 30y-40y = between 30 and 40 years
- >54y = older than 54
- ? = unknown
Phenotype/Onset: individual's phenotype at Age/Onset described using HPO
MotorSkills: development motor skills; age head control (in months), age sitting (without support, in months), age walking (without support, in months); head:7m, sit:10m, walk:24m, delayed gross motor development (HP:0002194), delayed fine motor development (HP:0010862)
Severity_score: severity score
Protein: result from protein staining
Brain/Imaging: imaging brain performed (please specifcy), MRI (magnetic resonance imaging), MR-spec (magnetic resonance spectroscopy)
All options:
- MRI = brain MRI performed
- CT = CT scan performed
- normal = no abnormalities MRI brain
- basal ganglia abnormality (HP:0002134)
- basal ganglia calcification (HP:0002135)
- brainstem abnormality (HP:0002363)
- cerebellar atrophy (HP:0001272)
- cerebellar vermis atrophy (HP:0006855)
- cerebral atrophy (HP:0002059)
- cerebral atrophy, diffuse (HP:0002506)
- cerebral dysmyelination (HP:0007266)
- colpocephaly (HP:0030048)
- corpus callosum abnormality (HP:001273)
- corpus callosum hypoplasia (HP:0002079)
- corpus callosum agenesis (HP:0001274)
- corpus callosum agenesis partial (HP:0001388)
- Dandy-Walker malformation (HP:0001305)
- cortical atrophy (HP:0002120)
- cortical lesions, posterior
- grey matter abnormality
- leukodystrophy (HP:0002415)
- optic atrophy (HP:0000648)
- optic nerve abnormality (HP:0000587)
- optic nerve chiasmal lesions
- peripheral neuropathy, demyelinating (HP:0007108)
- peripheral neuropathy, demyelinating, mild (HP:0007108)
- peripheral neuropathy, demyelinating, severe (HP:0007108)
- peripheral neuropathy, demyelinating (HP:0007108)
- stroke-like lesions
- white matter abnormalities (HP:002500)
- MRspec = brain magnetic resonance spectroscopy performed
- MRspec lactate peak
- no = no brain imaging performed
- ? = unknown
- nr = not reported
How to query this table
All list views have search fields which can be used to search data.
You can search for a complete word or you can search for a part of a search term.
If you enclose two or more words in double quotes, LOVD will search for the combination of those words only exactly in the order you specify.
Note that search terms are case-insensitive and that wildcards such as * are treated as normal text!
For all options, like "and", "or", and "not" searches, or searching for prefixes or suffixes, see the table below.
Operator |
Column type |
Example |
Matches |
|
Text |
Arg |
all entries containing 'Arg' |
space |
Text |
Arg Ser |
all entries containing 'Arg' and 'Ser' |
| |
Text |
Arg|Ser |
all entries containing 'Arg' or 'Ser' |
! |
Text |
!fs |
all entries not containing 'fs' |
^ |
Text |
^p.(Arg |
all entries beginning with 'p.(Arg' |
$ |
Text |
Ser)$ |
all entries ending with 'Ser)' |
="" |
Text |
="" |
all entries with this field empty |
="" |
Text |
="p.0" |
all entries exactly matching 'p.0' |
!="" |
Text |
!="" |
all entries with this field not empty |
!="" |
Text |
!="p.0" |
all entries not exactly matching 'p.0?' |
combination |
Text |
*|Ter !fs |
all entries containing '*' or 'Ter' but not containing 'fs' |
|
Date |
2020 |
all entries matching the year 2020 |
| |
Date |
2020-03|2020-04 |
all entries matching March or April, 2020 |
! |
Date |
!2020-03 |
all entries not matching March, 2020 |
< |
Date |
<2020 |
all entries before the year 2020 |
<= |
Date |
<=2020-06 |
all entries in or before June, 2020 |
> |
Date |
>2020-06 |
all entries after June, 2020 |
>= |
Date |
>=2020-06-15 |
all entries on or after June 15th, 2020 |
combination |
Date |
2019|2020 <2020-03 |
all entries in 2019 or 2020, and before March, 2020 |
|
Numeric |
23 |
all entries exactly matching 23 |
| |
Numeric |
23|24 |
all entries exactly matching 23 or 24 |
! |
Numeric |
!23 |
all entries not exactly matching 23 |
< |
Numeric |
<23 |
all entries lower than 23 |
<= |
Numeric |
<=23 |
all entries lower than, or equal to, 23 |
> |
Numeric |
>23 |
all entries higher than 23 |
>= |
Numeric |
>=23 |
all entries higher than, or equal to, 23 |
combination |
Numeric |
>=20 <30 !23 |
all entries with values from 20 to 29, but not equal to 23 |
Some more advanced examples:
Example |
Matches |
Asian |
all entries containing 'Asian', 'asian', including 'Caucasian', 'caucasian', etc. |
Asian !Caucasian |
all entries containing 'Asian' but not containing 'Caucasian' |
Asian|African !Caucasian |
all entries containing 'Asian' or 'African', but not containing 'Caucasian' |
"South Asian" |
all entries containing 'South Asian', but not containing 'South East Asian' |
To sort on a certain column, click on the column header or on the arrows.
If that column is already selected to sort on, the sort order will be swapped.
The column currently sorted on has a darker blue background color than the other columns.
The up and down arrows next to the column name indicate the current sorting direction.
When sorting on any field other than the default, LOVD will sort secondarily on the default sort column.
|
Legend |
How to query |

 Phenotype ID
|

 Phenotype details
|

 Diagnosis/Initial
|

 Diagnosis/Definite
|

 Inheritance
|

 Age/Examination
|

 Age/Diagnosis
|

 Age/Onset
|

 Phenotype/Onset
|

 MotorSkills
|

 Severity_score
|

 Protein
|

 Brain/Imaging
|

 Owner
|

 Individual ID
|
0000073738 |
no additional phenotype |
- |
- |
Unknown |
- |
- |
- |
- |
- |
- |
- |
CT |
Ashley Marsh |
00095338 |
0000073739 |
no additional phenotype |
- |
- |
Unknown |
- |
- |
- |
- |
Difficulties in fine bimanual activities, writing and general clumsiness |
Woods & Teuber 3 (hands and forearms) |
- |
MRI |
Ashley Marsh |
00095339 |
0000073743 |
no additional phenotype |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
Difficulties in fine bimanual activities, writing and general clumsiness |
Woods & Teuber 4 (hands and forearms) |
- |
MRI |
Ashley Marsh |
00095343 |
0000073746 |
Fingers/hands/wrists/toes/legs. Mirror movement asymmetry (L>R). Right handed |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
No functional effect |
Woods & Teuber 2 |
- |
MRI |
Ashley Marsh |
00095346 |
0000073748 |
Fingers/hands/wrists. L>R mirror movement asymmetry. Ambidextrous |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
Mirror movement functional effect = writing |
Woods & Teuber 3 |
- |
MRI |
Ashley Marsh |
00095348 |
0000073759 |
- |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
Difficulties in fine bimanual activities and everyday tasks |
Woods & Teuber 3 (hands) |
- |
no |
Ashley Marsh |
00095359 |
0000073760 |
- |
- |
- |
Unknown |
- |
- |
- |
- |
None |
Woods & Teuber 2-3 (hands and forearms) |
- |
no |
Ashley Marsh |
00095360 |
0000073761 |
- |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
Writing fatigability |
Woods & Teuber 2 (hands and forearms > feet) |
- |
no |
Ashley Marsh |
00095361 |
0000073762 |
no additional phenotype |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
Unable to perform a purely unimanual movement. Difficulties in fine bimanual activities. Painful contralateral hand contractions while writing |
Woods & Teuber 3 (hands, forearms and arms) |
- |
MRI |
Ashley Marsh |
00095362 |
0000073763 |
- |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
Clumsiness and inability to perform pure unimanual activities. Difficulties in fine bimanual activities |
Woods & Teuber 3 (hands and forearms) |
- |
MRI |
Ashley Marsh |
00095363 |
0000073770 |
- |
- |
- |
Familial, autosomal dominant; Isolated (sporadic) |
- |
- |
- |
- |
None |
Woods & Teuber 3 (hands and forearms) |
- |
no |
Ashley Marsh |
00095370 |
0000073771 |
- |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
Difficulties in fine bimanual activities |
Woods & Teuber 3 (hands and forearms) |
- |
no |
Ashley Marsh |
00095371 |
0000073772 |
Parkinson's disease |
- |
- |
Unknown |
- |
- |
- |
- |
Difficulties in fine bimanual and bipedal activities |
Woods & Teuber 3 (hands and forearms > feet and legs) |
- |
no |
Ashley Marsh |
00095372 |
0000073774 |
CMM confirmed by electromyography |
- |
- |
Unknown |
- |
- |
- |
- |
- |
- |
- |
MRI |
Ashley Marsh |
00095374 |
0000073775 |
CMM confirmed by electromyography |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
- |
- |
- |
MRI |
Ashley Marsh |
00095375 |
0000073779 |
CMM confirmed by electromyography |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
- |
- |
- |
MRI |
Ashley Marsh |
00095379 |
0000073784 |
Diadochokinesimeter - CMM affected showed amplitudes + velocities ranging from 4-26% of voluntary hand at normal pace |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
- |
- |
- |
MRI |
Ashley Marsh |
00095384 |
0000073798 |
Parkinson's disease. Frequency of ipsilateral MEPs = 100%. Relative amplitude (MEPipsi/MEPcontra) = 409%. Latency of contralateral MEPs (ms) = 22,5. Latency of ipsilateral MEPs (ms) = 22,1. |
- |
- |
Unknown |
- |
- |
- |
- |
None |
Woods & Teuber 3 (hands and forearms) |
- |
no |
Ashley Marsh |
00095398 |
0000073799 |
- |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
Difficulties in fine bimanual activities. General clumsiness |
Woods & Teuber 4 (hands, forearms and arms) |
- |
no |
Ashley Marsh |
00095399 |
0000073805 |
- |
- |
- |
Unknown |
- |
- |
- |
- |
Compensatory maneuvers to limit MRMV1 |
Woods & Teuber 3 (hands and forearms) |
- |
no |
Ashley Marsh |
00095405 |
0000073806 |
- |
- |
- |
Unknown |
- |
- |
- |
- |
Difficulties in fine bimanual activities. Compensatory maneuvers |
Woods & Teuber 3 (hands and forearms) |
- |
no |
Ashley Marsh |
00095406 |
0000073807 |
- |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
Difficulties in fine bimanual activities. Compensatory maneuvers |
Woods & Teuber 4 (hands and forearms) |
- |
no |
Ashley Marsh |
00095407 |
0000073808 |
Depression |
- |
- |
Unknown |
- |
- |
- |
- |
Difficulties in fine bimanual activities |
Woods & Teuber 3 (hands and forearms) |
- |
no |
Ashley Marsh |
00095408 |
0000073809 |
Voluntary EMG - abnormal bilateral EMG activity during unilateral contraction of APB muscle. Focal TMS - abnormal bilateral motor evoked potentials in the thenar muscle following unilateral stimulation of the motor cortex. Shorter cortical silent period following unilateral M1 stimulation; lengthening of cortical silent period following bilateral M1 stimulation. During intended unilateral contraction, dissocciation of task-related short-interval intracortical inhibition modulation between task and mirror APB. F waves - normal ipsilateral F waves evoked from unilateral median nerve stimulation. SEP - normal, lateralized latencies of the N20 and P25 parietal components of the median nerve somatosensory evoked potentials. LLR - normal ipsilateral V1 but abnormal bilateral V2 long-latency EMG responses recorded in both thenar muscles.
Frequency of ipsilateral MEPs = 100%. Relative amplitude (MEPipsi/MEPcontra) = 47%. Latency of contralateral MEPs (ms) = 21,9. Latency of ipsilateral MEPs (ms) = 22,5. |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
Difficulties in fine bimanual activities; pain/cramp during sustained manual activities |
Woods & Teuber 3 (hands, forearms and arms) |
- |
MRI |
Ashley Marsh |
00095409 |
0000073810 |
Frequency of ipsilateral MEPs = 100%. Relative amplitude (MEPipsi/MEPcontra) = 322%. Latency of contralateral MEPs (ms) = 23,0. Latency of ipsilateral MEPs (ms) = 22,7. |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
Difficulties in fine bimanual activities |
Woods & Teuber 3 (hands, forearms and arms) |
- |
no |
Ashley Marsh |
00095410 |
0000073811 |
Fallot tetralogy. CMM improvement with aging |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
Difficulties in fine bimanual activities |
Woods & Teuber 3 (hands, forearms and arms) |
- |
no |
Ashley Marsh |
00095411 |
0000117392 |
Parry-Romberg syndrome. Could suppress the CMM partially so that she was able to write bimanually with a computer keyboard. There were no CMM of her feet. |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
- |
Woods & Teuber 2 |
- |
MRI |
Tatjana Bierhals |
00144655 |
0000117393 |
MM could be suppressed, to some degree, by voluntarily increasing the muscle tone in the non-task hand, but complete suppression was not possible. |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
- |
Woods & Teuber 3 |
- |
MRI |
Tatjana Bierhals |
00144656 |
0000117395 |
Dissociated movements of the two hands are slower, more clumsy and need concentrated planning; MM seem to be partially suppressed when bimanual tasks are performed; MM in resting hand is visible when only one hand is “working” |
- |
- |
Isolated (sporadic) |
- |
- |
- |
- |
- |
Woods & Teuber 3 |
- |
- |
Tatjana Bierhals |
00144658 |
0000117396 |
Hands and forearms. Mild difficulties in fine bimanual activities. Mirror movement asymmetry (L>R). Migraine. |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
- |
Woods & Teuber 2R-3L |
- |
- |
Tatjana Bierhals |
00144660 |
0000117398 |
Clumsiness, difficulties in fine bimanual activities. Hands, forearms and arms. Gross motor development was slightly delayed. |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
- |
Woods & Teuber 2 |
- |
- |
Tatjana Bierhals |
00144662 |
0000128902 |
delayed childhood motor milestones; 3y-head CT normal |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
Mild bilateral synkinesia |
- |
- |
CT |
Ashley Marsh |
00163781 |
0000128904 |
CMM, iInfancy was marked by retarded speech |
- |
- |
Familial, autosomal dominant |
- |
- |
- |
- |
Retarded psychomotor development |
- |
- |
MRI |
Ashley Marsh |
00163782 |
|
Legend |
How to query |