Package | Description |
---|---|
htsjdk.samtools |
Modifier and Type | Method and Description |
---|---|
SAMReadGroupRecord |
SAMRecord.getReadGroup()
Get the SAMReadGroupRecord for this SAMRecord.
|
SAMReadGroupRecord |
SAMFileHeader.getReadGroup(String name)
Look up read group record by name.
|
Modifier and Type | Method and Description |
---|---|
List<SAMReadGroupRecord> |
SAMFileHeader.getReadGroups() |
Modifier and Type | Method and Description |
---|---|
void |
SAMFileHeader.addReadGroup(SAMReadGroupRecord readGroup) |
boolean |
SAMReadGroupRecord.equivalent(SAMReadGroupRecord that) |
void |
SAMRecordSetBuilder.setReadGroup(SAMReadGroupRecord readGroup) |
Modifier and Type | Method and Description |
---|---|
void |
SAMFileHeader.setReadGroups(List<SAMReadGroupRecord> readGroups)
Replace entire list of read groups.
|
Constructor and Description |
---|
SAMReadGroupRecord(String id,
SAMReadGroupRecord srcProgramRecord) |