Description Usage Arguments Value See Also Examples
Retrieves all available families in the provided guideSet that match defined characteristics.
1 |
guideSet |
guideSet object to query. |
pattern |
Regular expression. Returns only families that match |
fixed |
Logical. If |
Character vector.
1 2 3 4 5 6 7 8 | ## Not run:
gs <- createGuideSet(genome = Hsapiens, tes = te_annotation_df)
families <- repnames(gs, pattern = 'LTR12') # returns all families containing 'LTR12' in their name.
# Using a pattern not found in guideSet will suggest similar hits, e.g.:
repnames(gs, pattern = 'LTR5HS')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.