Description Usage Arguments Details Value See Also
biscuiteer adds VariantAnnotation methods to BSseq objects with VCF headers:
samples,header,meta,fixed,info,geno
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)  | 
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 read.biscuit
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.
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.