public class PeptideMapping extends Object
Modifier and Type | Field and Description |
---|---|
ProteinTree |
proteinTree
The protein tree used to map peptides on protein sequences.
|
Constructor and Description |
---|
PeptideMapping() |
Modifier and Type | Method and Description |
---|---|
void |
importSequences(File fastaFile)
Imports sequences from a FASTA file.
|
static void |
main(String[] args) |
void |
mapSequence(String sequence) |
public ProteinTree proteinTree
public static void main(String[] args)
public void mapSequence(String sequence) throws IOException, InterruptedException, ClassNotFoundException, SQLException
public void importSequences(File fastaFile)
fastaFile
- FASTA file to processCopyright © 2015. All rights reserved.