Description Usage Arguments Value Methods Author(s) See Also Examples
This MotifSet object is a container for storing the generated motifs from Motif identification softwares, such as MEME.
1 2 3 |
motifList |
A GRangesList. Each GRanges store the starts, ends, strand, seqnames and scores information of one motif sites sequences. |
motifEvalues |
A numeric vector of the E values generated from MEME for each motif. |
subjectSeqs |
A DNAStringSet object. It stores the original sequences which are scanned by the software. |
A MotifSet
object is returned.
signature(x = "MotifSet")
: Getter
signature(x = "MotifSet")
(x, as.prob = FALSE,
shift = 0L, width = NULL, ...):
Calculate the consensus matrix. Other arguments,
please check the consensusMatrix
in Biostrings
package.
signature(x = "MotifSet")
:
Returns the number of motifs.
signature(x = "MotifSet")
(x, n=10L, type="none"):
Gets the sites sequences.
n
is the number of bases to include from flanking region.
type
controls "all", "left", "right" or "none"
flanking sequences are included.
Ge Tan
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.