Hi, all
i am very new to bioconductor, now i am analysing data for RNA data based on Illumina TruSeq DNA
Data which i am analysing is GSE36924.
when mapping illumina ID(e.g.ILMN_1651199) to Gene Symbol, many gene symbol resulted in "NA" .
it means i failed to map as below.
ILMN_3311170 SKCG-1
ILMN_3311175 <NA>
ILMN_3311180 <NA>
ILMN_3311185 <NA>
ILMN_3311190 LINC00173
the script is as below.
library(illuminaHumanv4.db) genesymbol <-data.frame(Gene=unlist(mget(x = rownames(data),envir = illuminaHumanv4SYMBOL)))
if you know how to match perfectly, would you teach me ?
thanks in advance
Hi James,
nice to meet to you , thank you so much, anyway.
i would like you to know that i am now analysing data from NCBI public data GSE36924.
this probe data is measured by TrueSeq RNA total.
> sumis.na(genesymbol))
[1] 13163
> sumis.na(symbols))
[1] 11437