Hello,the location information may be wrong when I used the getGenePositions parameter to obtain the chromosomal positions of genes in the expression matrix, see as follow。
library(beanplot)
library(mixtools)
library(pheatmap)
library(zoo)
library(squash)
library(biomaRt)
library(CONICSmat)
tt = getGenePositions(gene_names=c("ABCF1","ABHD16A","AGER","AGPAT1","AIF1","APOM"))
tt


Hello,the location information may be wrong when I used the getGenePositions parameter to obtain the chromosomal positions of genes in the expression matrix, see as follow。