rmapperFactorTable: MAPPER Factor Table

Description Usage Arguments References Examples

Description

Function to display a table listing the transcription factor/s known to MAPPER with the corresponding model accession numbers.

Usage

1
 rmapperFactorTable(tf)

Arguments

tf

tf – a specific transcription factor, i.e. "AbaA" or "*" for all transcription factors

References

http://genome.ufl.edu/mapper/

Examples

1
2
3
4
5
6
# Display all transcription factors and their model accession numbers
rmapperFactorTable("*")
# Display a specific transcription factor and its model accession numbers
rmapperFactorTable("AbaA")
# Display transcription factors "Ab..." and their model accession numbers
rmapperFactorTable("Ab")

RMAPPER documentation built on Sept. 12, 2016, 6:17 a.m.