View source: R/CelltypeScore.R
CelltypeScore | R Documentation |
This function takes as input a raw counts matrix and the output of function CelltypeSpecificPeaks(), and will calculate cell-type-specific histone acetylation scores for each sample in the counts matrix.
CelltypeScore(counts, celltypeSpecificPeaks, method)
counts |
A counts per million matrix with rows labeling peaks and columns labeling samples. |
celltypeSpecificPeaks |
The output list of data frames from the function CelltypeSpecificPeaks() containing the annotated bulk peaks and the cell type-specific bulk peaks. |
method |
Whether mean or median should be used to calculate the score for each sample across cell type-specific peaks. |
Cell-type-specific histone acetylation scores for each sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.