Description Usage Arguments Value Examples
Given a list of genes beloging to a different classes, like markers, plot for each group, the expression values for all the samples.
1 2 3 4 5 6 7 8 |
counts |
expression data. It accepts bcbioRNASeq, DESeqDataSet and SummarizedExperiment. As well, data.frame or matrix is supported, but it requires metadata in that case. |
signature |
data.frame with two columns: a) genes that match row.names of counts, b) label to classify the gene inside a group. Normally, cell tissue name. |
group |
character in metadata used to split data into different groups. |
metadata |
data frame with sample information. Rownames
should match |
slot |
slotName in the case of SummarizedExperiment objects. |
scale |
Whether to scale or not the expression. |
ggplot plot.
1 2 3 | data(humanGender)
data(geneInfo)
degSignature(humanGender, geneInfo, group = "group")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.