Beispiel #1
0
def importAnnotatorGeneSets( infiles, outfile ):
    '''import genesets.'''

    PAnnotator.importAnnotator( infiles, 
                                outfile, 
                                regex_id = "(.*).sets.annotator",
                                table = "annotator_sets", 
                                fdr_method = "annotator",
                                with_slice = True )