├── LICENSE ├── README.md ├── Step1.gene_count.py ├── Step2.circRNA_detection.py ├── Step3.cell_cluster.R └── Step4.intergrated_data.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bioinfo-biols/Code_for_circSC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bioinfo-biols/Code_for_circSC/HEAD/README.md -------------------------------------------------------------------------------- /Step1.gene_count.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bioinfo-biols/Code_for_circSC/HEAD/Step1.gene_count.py -------------------------------------------------------------------------------- /Step2.circRNA_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bioinfo-biols/Code_for_circSC/HEAD/Step2.circRNA_detection.py -------------------------------------------------------------------------------- /Step3.cell_cluster.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bioinfo-biols/Code_for_circSC/HEAD/Step3.cell_cluster.R -------------------------------------------------------------------------------- /Step4.intergrated_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bioinfo-biols/Code_for_circSC/HEAD/Step4.intergrated_data.py --------------------------------------------------------------------------------