bsxplorer.Genome
- class Genome[source]
Methods
Filter annotation and calculate positions of flanking regions.
Filter annotation by type == CDS and length threshold.
Filter annotation by type == exon and length threshold.
Create
Genome
from custom tab separated file with genomic regions.Constructor for
Genome
class from .gff file.Filter annotation by type == gene and calculate positions of flanking regions.
Filter annotation by type == gene and calculate positions of near TES regions.
Filter annotation by type == gene and calculate positions of near TSS regions.
Filter annotation by selected type and calculate positions of nflanking regions.
This method returns raw Genome DataFrame without any filtering and ranges manipulation.