UCSC.hg19<- TxDb.Hsapiens.UCSC.hg19.knownGene
hg19.genes<- genes(UCSC.hg19)
library("org.Hs.eg.db")
gene_symbol<- AnnotationDbi::select(org.Hs.eg.db, keys=hg19.genes$gene_id,
columns...I then went to IGV to check "LOC286297", the end coordinate is 42859085
The reason I found this gene is because I want to check how many genes in…
updated 9.2 years ago • tangming2005
