Hi,
I am trying to build an annotation library using SQLForge for a custom microarray that targets endogenous retroviruses in the human genome (HERV). The goal is to access and if possible visualize public annotations (polymorphisms, conservation across species, epigenetic modifications, etc.) associated with a list of retroviruses (whose description and chromosomal position are stored in a local database) within R. After a quick literature review (AnnotationForge vignettes), it appears that custom chip packages can only be built by mapping probeset identifiers with gene accession numbers. Since we are not looking at conventional genes, we cannot map our chip probesets with these gene accession numbers. Is there a another way to link our probeset (using chromosomal location) to public annotations ?
Thanks !