Displaying 1 result from an estimated 1 matches for "rs10058955_a".
2012 Oct 23
1
factor or character
...like snps in command above).
This 70 snps are in a file. So I create a file to extract them with
(mod5.sig = with(mod5, data.frame(snps = SNP[pvalor < 5e-8])))
str(mod5.sig)
(snps = (mod5.sig))
The structure is:
'data.frame': 76 obs. of 1 variable:
$ snps: Factor w/ 220 levels "rs10058955_A",..: 89 59 88 73 40 35 97 55
87 204 ...
But it doesn't work. The output is:
> Selec = todos[ , colnames(todos) %in% snps]
> head(Selec)
data frame with 0 columns and 6 rows
What's is wrong?
Thanks a lot,
---------------------------------------------
Silvano Cesar da Costa
U...