Generate overall marker expressions across Coereba clusters,
Source:R/Coereba_MarkerExpressions.R
Coereba_MarkerExpressions.RdGenerate overall marker expressions across Coereba clusters,
Usage
Coereba_MarkerExpressions(
x,
theassay = "ratios",
returnType = "All",
CombinatorialArgs = NULL
)Examples
File_Location <- system.file("extdata", package = "Coereba")
panelPath <- file.path(File_Location, "ILTPanelTetramer.csv")
files <- gs_pop_get_data(gs, "CD4")
#> Error: object 'gs' not found
MySE <- Coereba_Processing(x=files[[1]], panel=panelPath)
#> Error: object 'files' not found
All <- Coereba_MarkerExpressions2(x=MySE)
#> Error in Coereba_MarkerExpressions2(x = MySE): could not find function "Coereba_MarkerExpressions2"
Memory <- Coereba_MarkerExpressions2(x=MySE, returnType = "Combinatorial",
CombinatorialArgs=c("BV510", "APC-Fire 750"))
#> Error in Coereba_MarkerExpressions2(x = MySE, returnType = "Combinatorial", CombinatorialArgs = c("BV510", "APC-Fire 750")): could not find function "Coereba_MarkerExpressions2"