GFF3

petlx.gff3.fromgff3(filename)[source]

Extract feature rows from a GFF3 file.

New in version 0.2.

petlx.gff3.gff3lookup(features, facet='seqid')[source]

Build a GFF3 feature lookup based on interval trees. See also petlx.interval.facetintervallookup().

New in version 0.2.

petlx.gff3.gff3join(table, features, seqid='seqid', start='start', end='end', proximity=1)[source]

Join with a table of GFF3 features. See also petlx.interval.intervaljoin().

New in version 0.2.

petlx.gff3.gff3leftjoin(table, features, seqid='seqid', start='start', end='end', proximity=1)[source]

Left join with a table of GFF3 features. See also petlx.interval.intervalleftjoin().

New in version 0.2.

Read the Docs v: v0.11
Versions
latest
v0.11
v0.10
v0.9
v0.8
v0.7
v0.6
v0.5.1
v0.5
v0.4
v0.3
v0.2
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.