Mcpcounter | R Documentation |
Enrichment score Methods of MCPcounter
Mcpcounter( bulkdata, signature = NULL, featuresType = c("affy133P2_probesets", "HUGO_symbols", "ENTREZ_ID", "ENSEMBL_ID")[2] )
bulkdata |
A matrix with genes in rows and samples in columns. |
signature |
A data-frame containing signatures of different cell types. and default is NULL. |
featuresType |
gene ID,it can be "affy133P2_probesets", "HUGO_symbols","ENTREZ_ID"or "ENSEMBL_ID". |
A data frame of Mixed cellular Enrichment score.
Bulk <- Bulk_GSE60424 res <- Mcpcounter(bulkdata = Bulk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.