ec.app.sequence
Class FastaParserGenome

java.lang.Object
  extended by ec.app.sequence.FastaParserGenome

public class FastaParserGenome
extends java.lang.Object

This Utility is used to extract Positive and Negative samples from Fasta files which have labels in properties. This is used in Genome Wide data for Splice Sites, like Worm etc where genome wide sequences are given and we need to extract certain amount of positive and negative samples for testing.

Author:
udaykamath

Constructor Summary
FastaParserGenome()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastaParserGenome

public FastaParserGenome()
Method Detail

main

public static void main(java.lang.String[] args)