Examples of extractBlockSeqs4rmDBWithMotifNCentralResidue()


Examples of jmotifx.preprocess.JMotifXBlockSequenceExtractor.extractBlockSeqs4rmDBWithMotifNCentralResidue()

            // preprocessing at this stage involves, extracting a block sequence of the inputted sequence,
            //   presupposing the inputed peptide sequences are of variable lengths.
            blockInputBGSeqs = jmxBSXr.extractBlockSequence(inputBGSeqs, configMap, db);          
        } else if(backgroundType.equalsIgnoreCase("database")){
            //get all peptides about the specified central residue with the specified window
            blockInputBGSeqs = jmxBSXr.extractBlockSeqs4rmDBWithMotifNCentralResidue(configMap, db);         
        } else if(backgroundType.equalsIgnoreCase("random")){
            blockInputBGSeqs = jmxBSXr.extractRandomBlockSequences(configMap, db);
        }       
        return blockInputBGSeqs;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.