pybedtools.featurefuncs.five_prime¶
-
pybedtools.featurefuncs.
five_prime
()¶ Returns the 5'-most coordinate, plus
upstream
anddownstream
bp; adds the stringadd_to_name
to the feature's name if provided (e.g., "_TSS")Parameters: feature : pybedtools.Interval instance
upstream, downstream : int
Number of bp upstream or downstream of the strand-specific start position of the feature to include. Default is 500 for both upstream and downstream so that the returned feature is 1kb centered on the 5' end of the feature. Unstranded features (where strand=".") are treated as plus-strand features.
add_to_name : str or None
If not None, append the string suffix to the name field of the feature (for example "_TSS").
genome : dict or None
If not None, then ensure that the start/stop positions are within the boundaries of the chromosome.