hi, I am interested in the 3’ UTR of genes and would like to see the gene tracks of certain populations. How can I extract from 10x data e.g. bam files the specific cell population and make bigwig files out of this subset? Is there a tool where I can inspect a bam file, select a population from reduced dim plots and visualize the gene tracks? I could not find such a function with the loupe browser for rna-seq. However the loupe browser can do it for atac-seq …
Thanks a lot! I thought already that something similar might be the case... So by filtering you mean "grep" the cell ID of interest from the .bam file into a new .bam file
It is just sad that there is no tool to inspect the tracks of cells. It will be a pain to do this ...
IGV
right click reads -> Experiment Type -> RNA
this will split reads out by the "CB" tag for you.
This won't generate .wig files for you; but filtering by a read tag (instead of a read FLAG) would be a great feature request for deeptools (https://github.com/deeptools/deepTools)
Yeah, pretty much. Possibly Picardtools has something for filtering by tags?