aged | R Documentation |
AGED
will perform gene expression deconvolution on a matrix or data frame of gene expression data using FaStaNMF.
aged( data, rank, n = 25, nrun = 200, nmf_seed = 123456, mvg = 1000, clv = 0, transformation = 0, blind = TRUE, ... )
data |
Gene expression target data, a matrix-like object. The rows should represent genes, and each row must have a unique row name. Each column should represent a different sample. |
rank |
The factorization rank (number of factors) to be used during NMF. This function argument should be a positive integer value. |
n |
The number of barcode genes desired per metagene |
nrun |
The desired number of NMF runs to be run on the initially reduced dataset. |
nmf_seed |
The desired seed to be used for NMF on the initially reduced dataset. |
mvg |
A numerical argument determining how many of the most variable genes to look at during the first steps of FaStaNMF. |
clv |
A numerical value |
transformation |
A numerical value that determines whether or not a log or VST transformation should be done on the original dataset. A value of 0 indicates no transformation, a value of 1 indicates a log transformation using log1p, a value of 2 indicates a VST transformation using varianceStabilizingTransformation If this argument is used, it should be "0", "1" or "2" only. Any other value will assume no transformation. For FaStaNMF, untransformed data should be log-transformed or VST-transformed. |
blind |
If a VST is to be done using the |
... |
Other arguments to be passed to FaStaNMF. |
A list containing barcode genes for each metagene, and the raw W and H matrix returned by FaStaNMF.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.