@jbrowse/core
Version:
JBrowse 2 core libraries used by plugins
81 lines (80 loc) • 1.97 kB
TypeScript
declare const _default: {
source: string;
type: string;
start: number;
end: number;
strand: number;
phase: number;
refName: string;
id: string;
dbxref: string[];
name: string;
description: string;
gbkey: string;
gene: string;
gene_biotype: string;
gene_synonym: string[];
subfeatures: {
source: string;
type: string;
start: number;
end: number;
strand: number;
phase: number;
refName: string;
id: string;
parent: string;
dbxref: string[];
name: string;
gbkey: string;
gene: string;
product: string;
tag: string;
transcript_id: string;
subfeatures: ({
source: string;
type: string;
start: number;
end: number;
strand: number;
phase: number;
refName: string;
parent: string;
dbxref: string[];
gbkey: string;
gene: string;
product: string;
tag: string;
transcript_id: string;
uniqueId: string;
parentId: string;
id?: undefined;
name?: undefined;
protein_id?: undefined;
} | {
source: string;
type: string;
start: number;
end: number;
strand: number;
phase: number;
refName: string;
id: string;
parent: string;
dbxref: string[];
name: string;
gbkey: string;
gene: string;
product: string;
protein_id: string;
tag: string;
uniqueId: string;
parentId: string;
transcript_id?: undefined;
})[];
uniqueId: string;
parentId: string;
}[];
uniqueId: string;
};
export default _default;