Estimate: Estimate

View source: R/Estimate.R

EstimateR Documentation

Estimate

Description

Estimate

Usage

Estimate(
  bulkdata,
  pro = "bulk",
  platform = c("affymetrix", "agilent", "illumina")[1]
)

Arguments

bulkdata

A matrix with genes in rows and samples in columns.

pro

bulk

platform

one of "affymetrix", "agilent", "illumina".

Value

A data frame of Mixed cellular fractions.

Examples


 Bulk <- Bulk_GSE60424
 res <- Estimate(bulkdata = Bulk)



libcell/deconvBench documentation built on Sept. 24, 2022, 12:36 p.m.