Entering edit mode
Pina Iannelli
▴
20
@pina-iannelli-5397
Last seen 10.6 years ago
Dear all,
I run this code to get genotyping from Affymetrix SNP 6.0 arrays:
fullFilenames <-
list.celfiles("C:/Users/Pina/Bioinformatica/SNP/COR354_SNP6",
full.names =
TRUE)
outputDir <- file.path(getwd(), "crlmmResults")
exampleSet <- genotype(fullFilenames, batch = rep("1", 2), cdfName =
"genomewidesnp6", gender=c(1, 2))
Now I nead to ha ve a file with genotyping information, such as:
SNP_A-1780270 BB BB AA SNP_A-1780272 BB AB BB
How can I do it?
Thanks for your help, best regards
Pina
[[alternative HTML version deleted]]