Class Sequence
Sequence is an envelope holding information about one specific sequence
public
|
|
protected
mixed
|
|
protected
string
|
|
public
array
|
|
public static
array
|
#
loadSequenceInfo(
Gets all info about sequence from database |
public static
string
|
#
getPredictionFromGroup( array $predictions, integer $prediction_id )
Gets prediction structure from all sequence predictions |
public static
string
|
#
makeSimplePrediction( string $complexPrediction )
Simplifies the prediction - converts pseudoknots to ordinary knots ({}, [] -> ()) |
public
string
|
$sequence
String of nucleotide sequence |
|
public
array
|
$matches
Statistics from similarity search |
#
array()
|
public
string
|
$accession
Biological identifier |
|
public
integer
|
$startPosition
Sequence region start |
|
public
integer
|
$stopPosition
Sequence region stop |
|
public
integer
|
$regionLength
Length of sequence |
|
public
string
|
$dataset
Source dataset |
|
public
float
|
$sequenceQuality
SILVA quality indicator (combination of ambig./homopol./vec.contam.) |
|
public
float
|
$ambiguities
% of ambiguously sequenced nucleotides |
|
public
float
|
$homopolymers
% of homopolymers longer than 4 nt. |
|
public
float
|
$vectorContamination
% of sequence contaminated by vector |
|
public
float
|
$alignmentQuality
Conservancy indicator |
|
public
integer
|
$basePairScore
SILVA-specific: possible base pairs in common with SILVA ref. structure |
|
public
integer
|
$alignedBases
Number of seq. bases aligned to within rRNA gene |
|
public
integer
|
$pintailQuality
Confidence that sequence is not anomalous |
|
public
string
|
$description
Often contains 16S/23S/... info |
|
public
string
|
$moleculeType
Sequence source molecule type (rRNA, mRNA, DNA, etc.) |
|
public
string
|
$dataClass
ENA data class annotation |
|
public
string
|
$taxonomicDivision
ENA taxonomic division annotation |
|
public
integer
|
$version
Version of the record in ENA database |
|
public
timestamp
|
$firstPublic
Date when it was first published |
|
public
timestamp
|
$lastUpdated
Date of the last update |
|
public
string
|
$lastUpdatedRelease
Identifier of the last release within this record has been updated |
|
public
string
|
$comment
Author’s comment |
|
public
string
|
$name
Name of current specie |
|
public
string
|
$pathName
|
|
public
string
|
$annotationSource
Contains names of all of node’s ancestors recursively from the root. By default separated by a semicolon. |
|
public
integer
|
$state
Allows to classify items |
|
public
array
|
$references
Contains information about references (ie. an article, paper,...) |
|
public
array
|
$features
Unions some properties of a region of a nucleotide sequence (part of a gene) |
|
public
array
|
$xrefs
Contains data about references (links) to external databases. Reference can be stored for annotaion (reference to a DB) or annotation reference (journal, webpage) as well |
|
public
array
|
$predictions
Contains information about secondary structure prediction |