Method | Description | |
---|---|---|
Create ( CommonSequence sequence, ISequence fastaSequence, bool partial ) : void |
The create DNA sequence.
|
|
Create ( CommonSequence sequence, bool partial, long alphabet, int building ) : void |
The insert.
|
|
Dispose ( ) : void |
The dispose.
|
|
DnaSequenceRepository ( LibiadaWebEntities db ) : System |
Initializes a new instance of the DnaSequenceRepository class.
|
|
Insert ( DnaSequence sequence, long alphabet, int building ) : void |
The insert.
|
Method | Description | |
---|---|---|
ToCommonSequence ( DnaSequence source ) : CommonSequence |
The to sequence.
|
public Create ( CommonSequence sequence, ISequence fastaSequence, bool partial ) : void | ||
sequence | CommonSequence | /// The common sequence. /// |
fastaSequence | ISequence |
/// Sequence as |
partial | bool | /// The partial. /// |
return | void |
public Create ( CommonSequence sequence, bool partial, long alphabet, int building ) : void | ||
sequence | CommonSequence | /// The sequence. /// |
partial | bool | /// The partial. /// |
alphabet | long | /// The alphabet. /// |
building | int | /// The building. /// |
return | void |
public DnaSequenceRepository ( LibiadaWebEntities db ) : System | ||
db | LibiadaWebEntities | /// The db. /// |
return | System |
public Insert ( DnaSequence sequence, long alphabet, int building ) : void | ||
sequence | DnaSequence | /// The sequence. /// |
alphabet | long | /// The alphabet. /// |
building | int | /// The building. /// |
return | void |