PBMC_example | R Documentation |
Toy example of data where cell-weighted fold-changes and related downsteam analyses can be completed.
data(PBMC_example)
A list containing three data frames, normalized count data, a signature matrix, and a list of differentially expressed genes.
A 3231 x 9 matrix where rows are genes, columns are samples, and the matrix is filled with CPM normalized counts.
A 2336 x 7 matrix where rows are genes, columns are cell-types and matrix is filled with the odds-ratio that a gene is in each cell-type.
A 59 x 3 matrix of sex-specific genes found between male and female PBMC samples (female biased = upregulated). row and rownames are genes, columns are gene name, FDR adjusted p-value, and log2 fold-change. DEGs were computed with DESeq2 and genes with a log2FC > 1 were kept.
A named list called "PBMC_example" containing the count data, signature matrix, and DEGs. The count data and signature matrix are shortened to fit the size of the package and do not reflect biologically relevant data.
data(PBMC_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.