Entering edit mode
4.3 years ago
colonppg
▴
120
hey, Folks:
never worked with barcode, matrix and gene files before, it seem they have these 3 file types for the same sample, I wonder are there tutorials available on getting the data into data frame files that we usually are familiar with?
thanks, this is a newbie question ...
now after reading from several websites, I realized, for some weird reason, the code to combine them together does not work, but Read10X from Seurat package works for this data... only issue is we have to do this by changing file names
Read10X(data.dir="./tmp", gene.column=2, unique.features =T, strip.suffix=F)
This is an issue of where you have gotten the data from then. The matrix file should not have more columns than the amount of barcodes.