Package org.snpeff.gtex
Class Gtex
java.lang.Object
org.snpeff.gtex.Gtex
- All Implemented Interfaces:
Iterable<GtexExperiment>
Load data from GTEx files.
References: http://www.broadinstitute.org/gtex/
- Author:
- pcingola
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintiterator()voidprotected voidLoad data: Experimental (sometimes normalized) valuesprotected voidloadSamples(String samples) Load samples namesvoidsetVerbose(boolean verbose) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
NA_VALUE
- See Also:
-
-
Constructor Details
-
Gtex
public Gtex()
-
-
Method Details
-
getGeneIds
-
getIndex
-
iterator
- Specified by:
iteratorin interfaceIterable<GtexExperiment>
-
load
-
loadData
Load data: Experimental (sometimes normalized) values- Parameters:
data-
-
loadSamples
Load samples names- Parameters:
samples-
-
setVerbose
public void setVerbose(boolean verbose) -
toString
-