single cell differential expression analyses
1
0
Entering edit mode
2.3 years ago

Hi,

I'm working through chapter 7 of this book: http://bioconductor.org/books/3.14/OSCA.multisample/human-pbmcs-10x-genomics.html#human-pbmcs-10x-genomics.

For 7.2 data loading I have used this command (mat, mat1, mat2, mat3, mat4, mat5 are each count matrix's with gene names and barcodes)

all.sce <- list(mat=TENxPBMCData('pbmc3k'),mat1=TENxPBMCData('pbmc4k'),mat2=TENxPBMCData('pbmc33k'), mat3=TENxPBMCData('pbmc68k'), mat4=TENxPBMCData('frozen_pbmc_donor_a'),mat5=TENxPBMCData('pbmc6k'),)

However I get the following error message:

error in list(mat = TENxPBMCData("pbmc3k"), mat1 = TENxPBMCData("pbmc4k"),  : 
  argument 7 is empty

Does anyone know where I have gone wrong?

Thank you

scRNAseq differential-expression workflow • 880 views
ADD COMMENT
1
Entering edit mode
2.3 years ago
Eijy Nagai ▴ 90

Hi,

Would it be because you left a comma after the "mat5=TENxPBMCData('pbmc6k')"?

Best regards,

Eijy

ADD COMMENT
0
Entering edit mode

I removed the comma and the command worked.

Thankyou for your suggestion.

ADD REPLY
0
Entering edit mode

You're welcome! Good luck!

ADD REPLY

Login before adding your answer.

Traffic: 1472 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6