Description Usage Arguments Value Author(s) References See Also Examples
Extract useful information from an annotation file to create design matrix used in expression estimation.
1 | makeXmatrix(object,method=c("SE","PE"),mulen,verbose=FALSE,mcpar,...)
|
object |
An object of class GRangesList as returned by |
method |
Specify what method to use, if a design matrix structure for "single end" ("SE") or "paired-end" ("PE") library. Defualts to "SE" |
mulen |
Numeric. And estimate of average fragment length |
verbose |
verbose output. Defaults to no messages. |
mcpar |
An object of (virtual) class "BiocParallelParam"
specifying parameters for parallel computing using
|
... |
Additional arguments for specific methods |
A list containing the design matrix for each unit
Stefano Calza <stefano.calza@unibs.it>, Chen Suo, Agus Salim and Yudi Pawitan
Suo C, Calza S, Salim A, Pawitan Y. Joint estimation of isoform expression and isoform-specific read distribution using multisample RNA-Seq data. Bioinformatics. 2014 Feb 15;30(4):506-13
1 2 3 | data("TxDb")
param = SerialParam()
Design <- makeXmatrix(txdb[1:5],method="PE",mulen=200,mcpar=param)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.