コード例 #1
0
ファイル: pipeline_polyphen.py プロジェクト: jmadzo/cgat
def buildCDSFasta(infile, outfile):
    '''build cds sequences from peptide and cds file.

    *infile* is an ENSEMBL .cdna.all.fa.gz file.
    '''

    PGeneset.buildCDSFasta(infile, outfile)
コード例 #2
0
ファイル: pipeline_polyphen.py プロジェクト: yangjl/cgat
def buildCDSFasta(infile, outfile):
    '''build cds sequences from peptide and cds file.
    
    *infile* is an ENSEMBL .cdna.all.fa.gz file.
    '''

    PGeneset.buildCDSFasta(infile, outfile)
コード例 #3
0
ファイル: pipeline_polyphen.py プロジェクト: yangjl/cgat
def buildTranscripts(infile, outfile):
    '''build a collection of transcripts from the protein-coding
    section of the ENSEMBL gene set.

    Only CDS are used.
    '''
    PGeneset.buildProteinCodingTranscripts(infile, outfile)
コード例 #4
0
ファイル: pipeline_polyphen.py プロジェクト: jmadzo/cgat
def buildTranscripts(infile, outfile):
    '''build a collection of transcripts from the protein-coding
    section of the ENSEMBL gene set.

    Only CDS are used.
    '''
    PGeneset.buildProteinCodingTranscripts(infile, outfile)
コード例 #5
0
ファイル: pipeline_polyphen.py プロジェクト: yangjl/cgat
def buildGenes(infile, outfile):
    '''build a collection of exons from the protein-coding
    section of the ENSEMBL gene set. The exons include both CDS
    and UTR.

    The set is filtered in the same way as in :meth:`buildGeneRegions`.
    '''
    PGeneset.buildProteinCodingGenes(infile, outfile)
コード例 #6
0
ファイル: pipeline_polyphen.py プロジェクト: jmadzo/cgat
def buildGeneRegions(infile, outfile):
    '''annotate genomic regions with reference gene set.

    Only considers protein coding genes. In case of overlapping
    genes, only take the longest (in genomic coordinates).
    Genes not on UCSC contigs are removed.
    '''
    PGeneset.buildGeneRegions(infile, outfile)
コード例 #7
0
ファイル: pipeline_polyphen.py プロジェクト: jmadzo/cgat
def buildGenes(infile, outfile):
    '''build a collection of exons from the protein-coding
    section of the ENSEMBL gene set. The exons include both CDS
    and UTR.

    The set is filtered in the same way as in :meth:`buildGeneRegions`.
    '''
    PGeneset.buildProteinCodingGenes(infile, outfile)
コード例 #8
0
ファイル: pipeline_polyphen.py プロジェクト: yangjl/cgat
def buildGeneRegions(infile, outfile):
    '''annotate genomic regions with reference gene set.

    Only considers protein coding genes. In case of overlapping
    genes, only take the longest (in genomic coordinates).
    Genes not on UCSC contigs are removed.
    '''
    PGeneset.buildGeneRegions(infile, outfile)
コード例 #9
0
ファイル: pipeline_polyphen.py プロジェクト: yangjl/cgat
def loadTranscripts(infile, outfile):
    '''load the transcript set.'''
    PGeneset.loadTranscripts(infile, outfile)
コード例 #10
0
ファイル: pipeline_polyphen.py プロジェクト: yangjl/cgat
def loadGeneInformation(infile, outfile):
    '''load the transcript set.'''
    PGeneset.loadGeneInformation(infile, outfile)
コード例 #11
0
ファイル: pipeline_polyphen.py プロジェクト: yangjl/cgat
def buildCDNAFasta(infile, outfile):
    '''load ENSEMBL peptide file
    
    *infile* is an ENSEMBL .cdna.all.fa.gz file.
    '''
    PGeneset.buildCDNAFasta(infile, outfile)
コード例 #12
0
ファイル: pipeline_polyphen.py プロジェクト: jmadzo/cgat
def buildCDNAFasta(infile, outfile):
    '''load ENSEMBL peptide file

    *infile* is an ENSEMBL .cdna.all.fa.gz file.
    '''
    PGeneset.buildCDNAFasta(infile, outfile)
コード例 #13
0
ファイル: pipeline_polyphen.py プロジェクト: jmadzo/cgat
def buildPeptideFasta(infile, outfile):
    '''load ENSEMBL peptide file

    *infile* is an ENSEMBL .pep.all.fa.gz file.
    '''
    PGeneset.buildPeptideFasta(infile, outfile)
コード例 #14
0
ファイル: pipeline_polyphen.py プロジェクト: jmadzo/cgat
def loadTranscriptInformation(infile, outfile):
    '''load the transcript set.'''
    PGeneset.loadTranscriptInformation(infile,
                                       outfile,
                                       only_proteincoding=PARAMS["ensembl_only_proteincoding"])
コード例 #15
0
ファイル: pipeline_polyphen.py プロジェクト: jmadzo/cgat
def loadTranscripts(infile, outfile):
    '''load the transcript set.'''
    PGeneset.loadTranscripts(infile, outfile)
コード例 #16
0
ファイル: pipeline_polyphen.py プロジェクト: jmadzo/cgat
def loadGeneInformation(infile, outfile):
    '''load the transcript set.'''
    PGeneset.loadGeneInformation(infile, outfile)
コード例 #17
0
ファイル: pipeline_polyphen.py プロジェクト: yangjl/cgat
def loadTranscriptInformation(infile, outfile):
    '''load the transcript set.'''
    PGeneset.loadTranscriptInformation(
        infile,
        outfile,
        only_proteincoding=PARAMS["ensembl_only_proteincoding"])
コード例 #18
0
ファイル: pipeline_polyphen.py プロジェクト: yangjl/cgat
def buildPeptideFasta(infile, outfile):
    '''load ENSEMBL peptide file
    
    *infile* is an ENSEMBL .pep.all.fa.gz file.
    '''
    PGeneset.buildPeptideFasta(infile, outfile)
コード例 #19
0
ファイル: pipeline_polyphen.py プロジェクト: yangjl/cgat
def loadProteinStats(infile, outfile):
    '''load the transcript set.'''

    PGeneset.loadProteinStats(infile, outfile)
コード例 #20
0
def importTranscriptInformation( infile, outfile ):
    '''import the transcript set.'''
    PGeneset.importTranscriptInformation( infile, outfile,
                                          only_proteincoding = PARAMS["geneset_only_proteincoding"] )
コード例 #21
0
def importProteinStats( infile, outfile ):
    '''import the transcript set.'''

    PGeneset.importProteinStats( infile, outfile )
コード例 #22
0
ファイル: pipeline_polyphen.py プロジェクト: jmadzo/cgat
def loadProteinStats(infile, outfile):
    '''load the transcript set.'''

    PGeneset.loadProteinStats(infile, outfile)
コード例 #23
0
def importTranscripts( infile, outfile ):
    '''import the transcript set.'''
    PGeneset.importTranscripts( infile, outfile )