Description Usage Arguments Value
Accessors for checking if the data associated with this Sam file has parsed tags, or has one column with tags unparsed. Both reads and headers will have a parsed and an unparsed version, although currently only an unparsed version is avaialble for headers.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | areReadTagsParsed(x, ...)
## S3 method for class 'SamReads'
areReadTagsParsed(x, ...)
## S3 method for class 'Sam'
areReadTagsParsed(x, ...)
areHeaderTagsParsed(x, ...)
## S3 method for class 'SamHeader'
areHeaderTagsParsed(x, ...)
## S3 method for class 'Sam'
areHeaderTagsParsed(x, ...)
|
x |
The Sam, SamReads or SamHeader object to check for parsed tags. |
... |
Required for S3 object method implementation. Not currently used. |
TRUE if tags are parsed, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.