For at least some non-coding variants including some introns, mapped_variants.hgvs_p contains HGVS n. strings, which describe nucleotide changes.
These can be identified by the following query:
select * from mapped_variants mv where mv.hgvs_p like '%:n.%'
For at least some non-coding variants including some introns, mapped_variants.hgvs_p contains HGVS n. strings, which describe nucleotide changes.
These can be identified by the following query: