First of all, thank you for making the wonderful method!
I'm working with visiumHD data to get pixel-level annotation
Output pixel-level annotation image align perfectly with H&E staining image (some factor successfully capture tumor regions)
Now I'm struggle with matching final output (pixel.sorted.tsv) to raw input (tissue_position.parquet)
My goal is to match coordinate in pixel.sorted.tsv with coordinate or cell barcode in tissue_position.parquet
Could you please give me some advices to deal with this problem?
Hello,
First of all, thank you for making the wonderful method!
I'm working with visiumHD data to get pixel-level annotation Output pixel-level annotation image align perfectly with H&E staining image (some factor successfully capture tumor regions)
Now I'm struggle with matching final output (pixel.sorted.tsv) to raw input (tissue_position.parquet) My goal is to match coordinate in pixel.sorted.tsv with coordinate or cell barcode in tissue_position.parquet
Could you please give me some advices to deal with this problem?
My data is looks like below
nF10.d_12.decode.prj_12.r_4_5.pixel.sorted.tsv
batched.matrix.tsv.gz
transcripts.tsv
tissue_positions.csv (converted from tissue_positions.parquet)
I wish to match (x, y) in pixel.sorted.tsv with barcode in tissue_position.csv
Thanks, SeongJu Cho