regulators_per_organism | R Documentation |
Those particular genes are known to be transcriptionnal actors, and are needed to infer gene regulatory networks in DIANE.
regulators_per_organism
A named list with the following elements:
Character vector of the known transcriptional regulators in Arabidopsis thaliana
Character vector of the known transcription factors in Human
Character vector of the known transcription factors in Mouse
Character vector of the known transcription factors in Drosophilia melanogaster
Character vector of the known transcription factors in C elegans
Character vector of the known transcription factors and sigma elements in E coli K12
http://www.wormbook.org/chapters/www_transcriptionalregulation.2/transregulate.html#sec5-1
http://regulondb.ccg.unam.mx/menu/download/datasets/index.jsp
{
print(head(regulators_per_organism[["Arabidopsis thaliana"]]))
print(head(regulators_per_organism[["Homo sapiens"]]))
print(head(regulators_per_organism[["Mus musculus"]]))
print(head(regulators_per_organism[["Drosophilia melanogaster"]]))
print(head(regulators_per_organism[["Caenorhabditis elegans"]]))
print(head(regulators_per_organism[["Escherichia coli"]]))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.