nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Core / IGenomicsContextProvider

IGenomicsContextProvider

Full name SMRUCC.genomics.ContextModel.IGenomicsContextProvider`1 Assembly SMRUCC.genomics.Core Members 5

01 Syntax

SMRUCC.genomics.ContextModel.IGenomicsContextProvider`1

02 Methods

NameOverloadsSummary
GetRelatedGenes 1 获取某一个位点在位置上有相关联系的基因
GetStrandFeatures 1 Gets all of the feature sites on the specific Strands nucleotide sequence
GetByName 1

03 Properties

NameOverloadsSummary
AllFeatures 1 Listing all of the features loci sites on the genome.
Feature 1

04 Members

method GetRelatedGenes #
GetRelatedGenes(NucleotideLocation, Boolean, Int32)

获取某一个位点在位置上有相关联系的基因

Parameters
NameTypeDescription
lociNucleotideLocation

-

unstrandBoolean

-

ATGDistInt32

-

method GetStrandFeatures #
GetStrandFeatures(Strands)

Gets all of the feature sites on the specific Strands nucleotide sequence

Parameters
NameTypeDescription
strandStrands

-

property AllFeatures #
AllFeatures

Listing all of the features loci sites on the genome.

property Feature #
Feature
method GetByName #
GetByName(String)