regulators_per_organism: List of regulator genes for a number of model organisms

regulators_per_organismR Documentation

List of regulator genes for a number of model organisms

Description

Those particular genes are known to be transcriptionnal actors, and are needed to infer gene regulatory networks in DIANE.

Usage

regulators_per_organism

Format

A named list with the following elements:

Arabidopsis thaliana

Character vector of the known transcriptional regulators in Arabidopsis thaliana

Homo sapiens

Character vector of the known transcription factors in Human

Mus musculus

Character vector of the known transcription factors in Mouse

Drosophilia melanogaster

Character vector of the known transcription factors in Drosophilia melanogaster

Caenorhabditis elegans

Character vector of the known transcription factors in C elegans

Escherichia coli

Character vector of the known transcription factors and sigma elements in E coli K12

Source

For Arabidopsis thaliana

http://plntfdb.bio.uni-potsdam.de/v3.0/index.php?sp_id=ATH

For Human

http://humantfs.ccbr.utoronto.ca/download.php

Mus musculus

http://bioinfo.life.hust.edu.cn/AnimalTFDB/#!/download

Drosophilia melanogaster

https://flybase.org/reports/FBgg0000745.html

C elegans

http://www.wormbook.org/chapters/www_transcriptionalregulation.2/transregulate.html#sec5-1

E coli

http://regulondb.ccg.unam.mx/menu/download/datasets/index.jsp

Examples

{
 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"]]))
}

OceaneCsn/DIANE documentation built on Jan. 10, 2024, 6:43 p.m.