Description Usage Arguments Details Value See Also
See biscuiteer manpage for package description
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## S4 method for signature 'BSseq'
samples(object)
## S4 method for signature 'BSseq'
header(x)
## S4 method for signature 'BSseq'
meta(x)
## S4 method for signature 'BSseq'
fixed(x)
## S4 method for signature 'BSseq'
info(x)
## S4 method for signature 'BSseq,ANY'
geno(x)
|
object |
A bsseq object, preferably with !is.null(metadata(x)$vcfHeader) |
x |
A bsseq object, preferably with !is.null(metadata(x)$vcfHeader) |
biscuiteer adds VariantAnnotation methods to BSseq objects with VCF headers:
samples
,header
,meta
,fixed
,info
,geno
Due to inherited method signatures, the argument (singular) to the method may
be named x
or it may be named object
. Either way, it is a BSseq object.
These add to the existing methods defined in package bsseq for class BSseq:
[
,length
,sampleNames
,sampleNames<-
,pData
,pData<-
,show
,combine
Those add to the methods BSseq inherits from SummarizedExperiment, such as:
colData
,rowRanges
,metadata
,subset
,subsetByOverlaps
,isDisjoint
,&c.
Most of the biscuiteer methods operate on the VCF header, which readBiscuit
likes to stuff into the metadata
slot of BSseq objects it produces. Some
may be handy for populating a BSseq object with QC stats, or querying those.
1 | Depends on the method - usually a List-like object of some sort
|
RangedSummarizedExperiment
VCFHeader-class
BSseq-class
BSseq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.