runWithParametersTotalRpkm: Run in total muscle [DEPRECATED]

View source: R/wrappers.R

runWithParametersTotalRpkmR Documentation

Run in total muscle [DEPRECATED]

Description

Run in total muscle [DEPRECATED]

Usage

runWithParametersTotalRpkm(
  dataFile,
  annotationFile,
  cell,
  condition,
  runWithK = 1,
  runWithFormula = "~days + W_1",
  varName = "days",
  pADJ.thr = 0.05,
  logfcthr = 1.5,
  rcFilter = 100,
  atLeastIn = 2,
  rpkmMean = 3,
  clusterK = 9,
  gene_length = "gene_length.txt"
)

Arguments

dataFile

the name of the file that contains the expression dataset

annotationFile

the name of the file that contains annotations

cell

the cell sample name to pick

condition

the condition

runWithK

run RUV using k covariates

runWithFormula

a string coercible with as.formula

varName

the variable to used to evaluate unwanted variance

pADJ.thr

the thresholf for pvalue adjusted

logfcthr

absolute log fold change

rcFilter

filter expression for genes minimal rowCounts in atLeastIn samples

atLeastIn

filter expression for genes minimal rowCounts in atLeastIn samples

rpkmMean

filter expression for genes with an average rpkm of 3

clusterK

try clusterize according to k clusters

gene_length

filename of file containg gene lengths


cavei/cellCB documentation built on Sept. 14, 2023, 8:15 a.m.