Closed s2hui closed 3 years ago
Hi,
Thank you for your interest and for trying out the software. To answer your first question, you do not need to export the matrix from Seurat if you have access to the cellranger outputs. Either the cellranger mtx files or the h5 matrix file can be used. Regarding your error, it seems none of the cell barcodes in your GEX matrix aligned to those in your out-clones.tsv file. One common reason for this is a discrepancy between the barcode suffixes in the GEX matrix and the filtered_contig_annotations.csv file. Can you confirm if this is the case? Using the pre-Seurat GEX matrix instead of the exported one may fix the issue if the suffixes were changed after you processed it through Seurat.
Hello, Thanks for your reply. As it turns out, I wasn't using the correct gex matrix that matched the filtered_contig_annotations.csv file! It works now!
Hello, Thanks for making this useful tool! I am trying to get it working on my own data set but ran into some errors. I followed the instructions and converted my preprocessed Seurat object as:
Can you confirm that if I have access to the original mtx file that I still need to do the above? The rds file I am using has been filtered/preprocessed (so has fewer cells than the original mtx).
Then I ran setup as follows:
python ~/conga/scripts/setup_10x_for_conga.py --filtered_contig_annotations_csvfile filtered_contig_annotations.csv --output_clones_file out-clones.tsv --organism human
I see these files created:
Then I called run_conga as follows:
python conga/scripts/run_conga.py --all --gex_data conga_mtx/hs1_mtx/ --gex_data_type 10x_mtx --clones_file out-clones.tsv --organism human --outfile_prefix tmp_out-clones
and get the following output. I was hoping to get some help to figure out how to get rid of the error. Thanks for your help! @s2hui