# MTHFR Gene Mutation
## Resources
[[Resource Index|All Resources]]
```dataview
LIST without ID
link(file.link,FullTitle)
FROM [[]]
WHERE !contains(fileClass, "Primary") and contains(file.folder,"Resources")
Sort file.name
```
### Highlights
```dataview
LIST rows.item.text
FROM [[]]
FLATTEN file.lists as item
WHERE !contains(fileClass, "Primary") and contains(file.folder,"Resources") AND lower(meta(item.section).subpath) = "highlights"
GROUP BY link(file.link, FullTitle) as myFile
SORT file.name
```