Description Usage Arguments Fields and Methods Author(s) References
Package: aroma.seq
Class SamReadGroup
logical
~~|
~~+--
BasicObject
~~~~~~~|
~~~~~~~+--
SamReadGroup
Directly known subclasses:
public static class SamReadGroup
extends BasicObject
A SamReadGroup object represents a SAM Read Group.
1 2 3 |
id |
Specifies the |
sample |
Specifies the |
library |
Specifies the |
platform |
Specifies the |
platformUnit |
Specifies the |
sequencingCenter |
Specifies the |
description |
Specifies the |
runDate |
Specifies the |
flowOrder |
Specifies the |
keySequence |
Specifies the |
program |
Specifies the |
predictedInsertSize |
Specifies the |
... |
Additional named arguments, including two-letter read group keys for the above, e.g. 'SM'. |
Methods:
asSamList | - | |
asString | - | |
byScanBamHeader | - | |
hasDescription | - | |
hasID | - | |
hasLibrary | - | |
hasPlatform | - | |
hasPlatformUnit | - | |
hasRunDate | - | |
hasSample | - | |
hasSequencingCenter | - | |
isEmpty | - | |
merge | - | |
validate | - | |
Methods inherited from BasicObject:
$, $<-, [[, [[<-, as.character, attach, detach, equals, extend, getFields, getInstantiationTime, hasField, hashCode, isReferable, objectSize, print, asThis
Methods inherited from logical:
Henrik Bengtsson
[1] The SAM Format Specification Working Group,
The SAM Format Specification, Sept 7, 2011.
[2] Collected FAQs about BAM files: What's the meaning
of the standard read group fields?, GATK Forums,
Mar 2013. http://goo.gl/PWv8MX
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.