Description Usage Arguments Value Note Author(s) See Also Examples
This is just a simple convenience function to create a list
of class cher
(ChIP-enriched region).
1 |
name |
character; (if possible) unique identifier for the cher |
chr |
character; chromosome the cher is located on |
start |
integer; genomic start coordinate of the Cher |
end |
integer; genomic end coordinate of the Cher |
cellType |
optional character describing the cell type in which the cher was identified. |
antibody |
required character vector describing the antibody or other characteristic for which fragments were supposedly enriched in immuno-precipitation step |
maxLevel |
numeric; maximal probe level in the cher |
score |
optional numeric score of the cher |
probes |
optional character vector of probe identifiers of probes that make up the cher |
... |
further arguments that will be additional elements of the
|
a list object of class cher
, see cher-class
this function is called by other Ringo functions, such as
findChersOnSmoothed
and normally need not be called by
the user.
Tammo Krueger, Joern Toedling
cher-class
, findChersOnSmoothed
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.