Hi, dear members. I faced a problem when I used R package TIGRE. Because the Rdata stored in the package is about Drosophila. I really want to have a look about its data structure; in this way, I can figure out how to form my annotation or other necessary data types, and input my microarray data, which is about a plant pathogen, Gibberella zeae, different from the insect Drosophila. As the I don't manually annotated the genome of our fungus, so I want to input my annotation file into R and combine this file with my microarray file, then I can carry out transcription factor target identifications. Would do you please give me some suggestions? Thanks
The following is the results of R, and I really want to know the structure of the data drosophila_gpsim_fragment
.
> library(tigre)
Welcome to Bioconductor
Vignettes contain introductory material. To view, type
'openVignette()'. To cite Bioconductor, see
'citation("Biobase")' and for packages 'citation(pkgname)'.
> data(drosophila_gpsim_fragment)
> drosophila_gpsim_fragment
ExpressionTimeSeries (storageMode: lockedEnvironment)
assayData: 4 features, 36 samples
element names: exprs, var.exprs
phenoData
sampleNames: embryo_tc_4_1.CEL, embryo_tc_4_2.CEL, ..., embryo_tc_8_12.CEL (36 total)
varLabels and varMetadata description:
time.h: time.h
experiments: experiment ID
modeltime: modeltimes
featureData
featureNames: 143396_at, 148227_at, 152715_at, 147995_at
fvarLabels and fvarMetadata description: none
experimentData: use 'experimentData(object)'
Annotation: drosgenome1
Ok. Thanks, unfortunately, I don't know how to run this C code, because of my totally blind of the language C.