Beispiel #1
0
        public void CustomAnnotationForRefMinor()
        {
            JsonUtilities.CustomAlleleContains(
                "chr1	1269554	.	T	.	.	.	.",
                Resources.MiniSuppAnnot("chr1_1269554_1269554.nsa"),
                new List <string> {
                Resources.CustomAnnotations("chr1_1269554_1269554_hgmd.nsa"), Resources.CustomAnnotations("chr1_1269554_1269554_internalAF.nsa")
            },
                "HGMD");

            JsonUtilities.CustomAlleleDoesNotContains(
                "chr1	1269554	.	T	.	.	.	.",
                Resources.MiniSuppAnnot("chr1_1269554_1269554.nsa"),
                new List <string> {
                Resources.CustomAnnotations("chr1_1269554_1269554_hgmd.nsa"), Resources.CustomAnnotations("chr1_1269554_1269554_internalAF.nsa")
            },
                "InternalAF");
        }