Description Usage Format Details Source Examples
The known operon in the Escherichia coli genome.
1 |
A data frame with 932 observations (genes) on the following 4 variables.
a character vector
a character vector
a factor with levels the names of the operons
a factor with levels the comments for the operons
For some operons, the source of information specifies the existence of
regulating elements such as promoter, terminator, box, etc...
In those cases, the gene.name
is set to "Regulation"
,
and the gene.annotation
gives what kind of regulating element
it is. If volonteers, it would be neat to map those on the genome...
Besides that, not much to add. The data structure is fairly straightforward.
Built from the webpage: http://www.cib.nig.ac.jp/dda/backup/taitoh/ecoli.operon.html
1 2 3 4 5 6 7 8 9 10 | library(Biobase)
data(ecoligenome.operon)
data(ecoligenomeSYMBOL2AFFY)
## something that might be useful when working with Affymetrix data:
## get the Affymetrix identifiers for the probe sets bundled in operons
## (see the vignette for more details)
ecoligenome.operon$affyid <-
unname(unlist(mget(ecoligenome.operon$gene.name,
ecoligenomeSYMBOL2AFFY, ifnotfound=NA)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.