All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.milaboratory.MiStatic Maven / Gradle / Ivy

Go to download

MiTCR is an open source software package aimed at extraction of information on repertoire of T-cell clones from Next Generation Sequencing (NGS) data. It is designed with the knowledge of the critical challenges arising in everyday processing of immunological data.

The newest version!
package com.milaboratory;

import cc.redberry.pipe.OutputPort;
import com.milaboratory.core.sequencing.io.fastq.SFastqReader;
import com.milaboratory.core.sequencing.read.SSequencingRead;

import java.io.IOException;

public class MiStatic {
    static OutputPort fastq(String fileName) throws IOException {
        return new SFastqReader(fileName);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy