You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parses it (it's JSON lines format so this is trivial)
Extracts dbSNP identifier to REFSEQ or gene mappings so for SNPs like rs429358, we can automatically generate BEL graphs including:
For mutations inside genes, get equivalences between reference genes starting with NG_ to Entrez Gene identifiers and HGNC when human like g(NG_007084.2) eq g(HGNC:APOE)
Need to write a reproducible script that:
NG_
to Entrez Gene identifiers and HGNC when human likeg(NG_007084.2) eq g(HGNC:APOE)
g(NG_007084.2) hasVariant g(DBSNP:rs429358)
g(DBSNP:rs429358) eq g(NG_007084.2, var("g.7903T>C"))
r(NM_001302688.2) hasVariant r(DBSNP:rs429358)
r(DBSNP:rs429358) eq r(NM_001302688.2, var("c.466T>C"))
p(NP_001289617) hasVariant p(DBSNP:rs429358)
p(DBSNP:rs429358) eq p(NP_001289617.1, var("p.Cys156Arg")
The text was updated successfully, but these errors were encountered: