public class KmerToTagCountPlugin
extends AbstractPlugin
Derives a tagCount list for each fastq file in the input directory. Keeps only good reads having a barcode and a cut site and no N's in the useful part of the sequence. Trims off the barcodes and truncates sequences that (1) have a second cut site, or (2) read into the common adapter.
public KmerToTagCountPlugin()
public KmerToTagCountPlugin(java.awt.Frame parentFrame)
public void setParameters(java.lang.String[] args)
public static void countTags(java.lang.String myInput,
java.lang.String myOutput,
int maxGoodReads,
int minCount,
int maxCount)
Derives a tagCount list for each fastq file in the fastqDirectory.
myInput - input filemyOutput - outputfile.maxGoodReads - The maximum number of reads expected in a fastq fileminCount - The maximum number of kmer depthpublic javax.swing.ImageIcon getIcon()
public java.lang.String getButtonName()
public java.lang.String getToolTipText()