Hi all,
I'm a completely R- and Bioconductor beginner, and hope somebody can help me with my basic questions. I have several processed microarray data (normalized) from which I want to extract a list of 300 candidate genes (ILMN_ID
s). I need in the output not only the gene names, but also the expression values and statistics info (already present in the original file).
I've tried to make data.frames for each file, and compare them, but I always get error...
I'm sorry, this was already explained in a previous thread, but I could not find any.
Thanks in advance!
Paula
Wha's the error? Some code can help us to understand.
well, I tried a very basic way:
do you have a column in "all" with the gene id? if so you can try:
all[which(all$gene_id %in% subset)]
Dear Martombo, thanks for the suggestion, but it still does not work.... I get:
and the Dataframe is still with 0 columns.