Entering edit mode
2.2 years ago
bioinformatics
▴
40
Hello,
Can anyone help me make a character vector in R with 16384 unique and non sequential values without having to type all of them in?
For example, probes <- c( "212375_at", "218706_s_at".......).
Thanks in advance for your help.
You need to provide more information in your question because it's currently unanswerable.
I have performed microarray differential expression analysis using the following commands:
However, I do not know which specific genes were differentially expressed as I only have probe names in the excel file. I need to convert the probe names to gene id. In order to do this I need to make a character vector with probe names and then use following commands:
to determine gene symbols.
https://stackoverflow.com/q/73843353/680068
Where is this probe list from? From a file, website?
Thanks for your reply, my probe list is a txt file and a column in excel file with my p values from differential gene expression.