Home
last modified time | relevance | path

Searched defs:sampleList (Results 1 – 25 of 40) sorted by relevance

12

/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/genotyper/
H A DSampleListUnitTest.java19 final SampleList sampleList = new IndexedSampleList(samples); in testAsList() local
26 final SampleList sampleList = new IndexedSampleList(samples); in testAsSet() local
33 final SampleList sampleList = SampleList.emptySampleList(); in testEmpty() local
H A DSampleListUtilsUnitTest.java18 final SampleList sampleList = new IndexedSampleList(samples); in testAsList() local
46 final List<String> sampleList = new ArrayList<>(SAMPLE_COUNT[i]); in setUp() local
H A DReadLikelihoodsUnitTester.java21 final SampleList sampleList = SampleListUnitTester.sampleList(sampleCount); in readLikelihoods() local
61 …public static Map<String,List<GATKRead>> sampleToReads(final SampleList sampleList, final int[] re… in sampleToReads()
H A DSampleListUnitTester.java62 public static SampleList sampleList(final int sampleCount) { in sampleList() method in SampleListUnitTester
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/genotyper/
H A DHeterogeneousPloidyModelUnitTest.java34 final IndexedSampleList sampleList = new IndexedSampleList(sampleNames); in testPloidyAndSampleList() local
58 final IndexedSampleList sampleList = new IndexedSampleList(sampleNames); in testBadLength() local
70 final IndexedSampleList sampleList = new IndexedSampleList(sampleNames); in testBadPloidy() local
82 final IndexedSampleList sampleList = new IndexedSampleList(sampleNames); in testBadSampleIndex() local
H A DHomogeneousPloidyModelUnitTest.java28 final IndexedSampleList sampleList = new IndexedSampleList(sampleNames); in testPloidyAndSampleList() local
H A DGenotypingDataUnitTest.java21 final SampleList sampleList = likelihoods; in testInstantiation() local
H A DIndependentSampleGenotypesModelUnitTest.java25 final SampleList sampleList = SampleListUnitTester.sampleList(ploidies.length); in testCalculateLikelihoods() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/genotyper/
H A DHomogeneousPloidyModel.java12 private SampleList sampleList; field in HomogeneousPloidyModel
25 public HomogeneousPloidyModel(final SampleList sampleList, final int ploidy) { in HomogeneousPloidyModel()
H A DHeterogeneousPloidyModel.java14 private final SampleList sampleList; field in HeterogeneousPloidyModel
22 public HeterogeneousPloidyModel(final SampleList sampleList, final int[] ploidies) { in HeterogeneousPloidyModel()
/dports/editors/yudit/yudit-3.0.7/gui/
H A DSKMapPanel.h54 SStringVector sampleList; variable
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DXMTools.cpp69 auto sampleList = GetSampleList(mptIns, compatibilityExport); in ConvertToXM() local
98 std::vector<SAMPLEINDEX> sampleList; // List of samples associated with this instrument in GetSampleList() local
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/annotator/
H A DBaseQualityUnitTest.java34 …final org.broadinstitute.hellbender.utils.genotyper.SampleList sampleList = new IndexedSampleList(… in test() local
H A DReadPositionUnitTest.java35 final SampleList sampleList = new IndexedSampleList("SAMPLE"); in test() local
H A DDepthPerAlleleBySampleUnitTest.java82 …final org.broadinstitute.hellbender.utils.genotyper.SampleList sampleList = new IndexedSampleList(… in testBlowUp() local
H A DCoverageUnitTest.java48 …final org.broadinstitute.hellbender.utils.genotyper.SampleList sampleList = new IndexedSampleList(… in testLikelihoodsEmpty() local
H A DBaseQualityRankSumTestUnitTest.java84 final SampleList sampleList = new IndexedSampleList(Arrays.asList(SAMPLE_1)); in testEmptyIfNoGenotypes() local
H A DMappingQualityZeroUnitTest.java86 …final org.broadinstitute.hellbender.utils.genotyper.SampleList sampleList = new IndexedSampleList(… in testEmptyLikelihoods() local
H A DAlleleFractionGenotypeAnnotationUnitTest.java90 final IndexedSampleList sampleList = new IndexedSampleList(Arrays.asList("1", "2")); in testUsingReadsDataProvider() local
H A DRMSMappingQualityUnitTest.java108 …final org.broadinstitute.hellbender.utils.genotyper.SampleList sampleList = new IndexedSampleList(… in testEmptyLikelihoods() local
182 …final org.broadinstitute.hellbender.utils.genotyper.SampleList sampleList = new IndexedSampleList(… in testLikelihoodsEmpty_AS() local
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/test/ns3tcp/
H A Dnsctcp-loss-test-suite.cc131 std::list<uint32_t> sampleList; in DoRun() local
241 std::list<uint32_t> sampleList; in DoRun() local
/dports/net/ns3/ns-allinone-3.35/ns-3.35/examples/error-model/
H A Dsimple-error-model.cc163 std::list<uint32_t> sampleList; in main() local
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/vcf/
H A DVcfSubsetSamples.cpp184 std::set<std::string>& sampleList, in readSamplesFromFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/executor/tools/
H A DxeExtractSampleLists.cpp43 void writeSampleList (const char* casePath, int listNdx, const xe::ri::SampleList& sampleList) in writeSampleList()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/mutect/
H A DUniqueAltReadCountUnitTest.java24 final SampleList sampleList = new IndexedSampleList(sampleName); field in UniqueAltReadCountUnitTest

12