Description Usage Arguments Details Value Author(s) See Also
Counts the number of XStringViews in a XStringSet which contain a match to a motif.
| 1 | countViews(views, seqLength, singleHits = TRUE)
 | 
| views | contains the XStringViews which correspond to motif matches obtained previously | 
| seqLength | the length of the sequences (i.e. promoters) initially searched | 
| singleHits | 
 | 
This function takes a set of XStringViews obtained by motif matching performed on an
XStringSet which has been concatenated into a single XString.
All strings in the original XStringSet must be the same length, which must be specified by the
argument seqLength.
This parameter cannot be calculated directly from the object supplied in views.
The number of the initial sequences containing at least one match (singleHits = TRUE),
or the total number of matches (singleHits = FALSE).
Steve Pederson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.