├── .DS_Store ├── README.md ├── cb_sniffer_results ├── 508084_CellCoverage_Coding_180813.txt ├── 548327_CellCoverage_Coding_180813.txt ├── 721214_CellCoverage_Coding_180813.txt ├── 782328_CellCoverage_Coding_180813.txt └── 809653_CellCoverage_Coding_180813.txt ├── clinical_info ├── README.md └── clinical_info.tsv ├── coverage_plots ├── coverage_508084.pdf ├── coverage_548327.pdf ├── coverage_721214.pdf ├── coverage_782328.pdf └── coverage_809653.pdf ├── gex-depth-position ├── README.md ├── example.mro └── mro │ ├── split_and_extract.mro │ └── stages │ └── split_and_extract │ └── __init__.py ├── misc_scripts ├── README.md └── fetch_manual_ins_del.py └── pancan_gene_coverage ├── README.md └── pancan_genes_coverage_umis.csv.gz /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/README.md -------------------------------------------------------------------------------- /cb_sniffer_results/508084_CellCoverage_Coding_180813.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/cb_sniffer_results/508084_CellCoverage_Coding_180813.txt -------------------------------------------------------------------------------- /cb_sniffer_results/548327_CellCoverage_Coding_180813.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/cb_sniffer_results/548327_CellCoverage_Coding_180813.txt -------------------------------------------------------------------------------- /cb_sniffer_results/721214_CellCoverage_Coding_180813.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/cb_sniffer_results/721214_CellCoverage_Coding_180813.txt -------------------------------------------------------------------------------- /cb_sniffer_results/782328_CellCoverage_Coding_180813.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/cb_sniffer_results/782328_CellCoverage_Coding_180813.txt -------------------------------------------------------------------------------- /cb_sniffer_results/809653_CellCoverage_Coding_180813.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/cb_sniffer_results/809653_CellCoverage_Coding_180813.txt -------------------------------------------------------------------------------- /clinical_info/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/clinical_info/README.md -------------------------------------------------------------------------------- /clinical_info/clinical_info.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/clinical_info/clinical_info.tsv -------------------------------------------------------------------------------- /coverage_plots/coverage_508084.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/coverage_plots/coverage_508084.pdf -------------------------------------------------------------------------------- /coverage_plots/coverage_548327.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/coverage_plots/coverage_548327.pdf -------------------------------------------------------------------------------- /coverage_plots/coverage_721214.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/coverage_plots/coverage_721214.pdf -------------------------------------------------------------------------------- /coverage_plots/coverage_782328.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/coverage_plots/coverage_782328.pdf -------------------------------------------------------------------------------- /coverage_plots/coverage_809653.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/coverage_plots/coverage_809653.pdf -------------------------------------------------------------------------------- /gex-depth-position/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/gex-depth-position/README.md -------------------------------------------------------------------------------- /gex-depth-position/example.mro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/gex-depth-position/example.mro -------------------------------------------------------------------------------- /gex-depth-position/mro/split_and_extract.mro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/gex-depth-position/mro/split_and_extract.mro -------------------------------------------------------------------------------- /gex-depth-position/mro/stages/split_and_extract/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/gex-depth-position/mro/stages/split_and_extract/__init__.py -------------------------------------------------------------------------------- /misc_scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/misc_scripts/README.md -------------------------------------------------------------------------------- /misc_scripts/fetch_manual_ins_del.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/misc_scripts/fetch_manual_ins_del.py -------------------------------------------------------------------------------- /pancan_gene_coverage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/pancan_gene_coverage/README.md -------------------------------------------------------------------------------- /pancan_gene_coverage/pancan_genes_coverage_umis.csv.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genome/scrna_mutations/HEAD/pancan_gene_coverage/pancan_genes_coverage_umis.csv.gz --------------------------------------------------------------------------------