repnames: Returns transposable element families from guideSet

Description Usage Arguments Value See Also Examples

View source: R/accessors.R

Description

Retrieves all available families in the provided guideSet that match defined characteristics.

Usage

1

Arguments

guideSet

guideSet object to query.

pattern

Regular expression. Returns only families that match pattern.

fixed

Logical. If TRUE, pattern is matched as is.

Value

Character vector.

See Also

createGuideSet()

Examples

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)

tanaylab/repguide documentation built on June 29, 2020, 9:29 a.m.