Method | Description | |
---|---|---|
ExtractChains ( Subsequence subsequences, long chainId ) : LibiadaCore.Core.Chain[] |
The extract chains.
|
|
GetSubsequences ( long sequenceId, IEnumerable |
The extract sequences.
|
|
GetSubsequences ( long sequenceId, IEnumerable |
Extracts only filtered subsequences.
|
|
SubsequenceExtractor ( LibiadaWebEntities db ) : System.Collections.Generic |
Initializes a new instance of the SubsequenceExtractor class.
|
Method | Description | |
---|---|---|
ExtractJoinedSubsequence ( Bio.Sequence sourceSequence, Subsequence subsequence ) : |
Extracts joined subsequence.
|
|
ExtractJoinedSubsequenceWithComplement ( Bio.Sequence sourceSequence, Subsequence subsequence ) : |
Extracts joined subsequence with complement flag.
|
|
ExtractJoinedSubsequenceWithoutComplement ( Bio.Sequence sourceSequence, Subsequence subsequence ) : |
Extracts joined subsequence without complement flag.
|
|
ExtractSimpleSubsequence ( Bio.Sequence sourceSequence, Subsequence subsequence ) : |
Extracts subsequence without joins (additional positions).
|
public ExtractChains ( Subsequence subsequences, long chainId ) : LibiadaCore.Core.Chain[] | ||
subsequences | Subsequence | /// The subsequences. /// |
chainId | long | /// The sequence id. /// |
return | LibiadaCore.Core.Chain[] |
public GetSubsequences ( long sequenceId, IEnumerable |
||
sequenceId | long | /// The sequence id. /// |
featureIds | IEnumerable |
/// The feature ids. /// |
return | Subsequence[] |
public GetSubsequences ( long sequenceId, IEnumerable |
||
sequenceId | long | /// Sequences id. /// |
featureIds | IEnumerable |
/// Subsequences features. /// |
filters | string | /// Filters for the subsequences. /// Filters are applied in "OR" logic (if subseqence corresponds to any filter it is added to calculation). /// |
return | Subsequence[] |
public SubsequenceExtractor ( LibiadaWebEntities db ) : System.Collections.Generic | ||
db | LibiadaWebEntities | /// The db. /// |
return | System.Collections.Generic |