| Package | Description |
|---|---|
| htsjdk.samtools |
| Modifier and Type | Method and Description |
|---|---|
SAMReadGroupRecord |
SAMRecord.getReadGroup()
Get the SAMReadGroupRecord for this SAMRecord.
|
SAMReadGroupRecord |
SAMFileHeader.getReadGroup(java.lang.String name)
Look up read group record by name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.List<SAMReadGroupRecord> readGroups)
Replace entire list of read groups.
|
| Constructor and Description |
|---|
SAMReadGroupRecord(java.lang.String id,
SAMReadGroupRecord srcProgramRecord) |