chris-mcginnis-ucsf/MULTI-seq

function MULTIseq.preProcess refers to a non-existing argument

Closed this issue · 1 comments

The call to MULTIseq.preProcess() function refers to argument chemistry but in the latest version of the deMULTIplex package, this argument doesn't exist. Can you elaborate on which version of the aforementioned package you're using?

readTable <- MULTIseq.preProcess(
  R1 = "../fastq/Mix1-Barcode/R1_paired.fastq.gz",
  R2 = "../fastq/Mix1-Barcode/R2_paired.fastq.gz",
  cellIDs = mix1_keep,
  chemistry = "V2"
)

This is a screenshot of the documentation from version 1.0.2.

image

Sorry, this was posted to the wrong repository.