Package adams.data.io.input.sampleidextraction
-
Interface Summary Interface Description SampleIDExtraction Interface for classes that extract the sample ID from the filename. -
Class Summary Class Description AbstractSampleIDExtraction Ancestor for schemes that extract the sample ID from the filename.Filename Just uses the filename (without path) as sample ID.RegExp Uses the specified group from a regular expression as sample ID.