├── CHANGES.md ├── COPYING.txt ├── README.md ├── algos.py ├── clusterscan.py ├── docopt.py └── tutorial ├── Homo_sapiens.GRCh38.85_Pfam.txt ├── Homo_sapiens.GRCh38.85_genes.bed ├── Pfam-descriptors.txt └── results ├── human_GRCh38.85_bystanders.tsv ├── human_GRCh38.85_clusters.bed ├── human_GRCh38.85_clusters.tsv ├── human_GRCh38.85_distribution.pdf ├── human_GRCh38.85_features.tsv └── human_GRCh38.85_summary.tsv /CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/CHANGES.md -------------------------------------------------------------------------------- /COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/COPYING.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/README.md -------------------------------------------------------------------------------- /algos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/algos.py -------------------------------------------------------------------------------- /clusterscan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/clusterscan.py -------------------------------------------------------------------------------- /docopt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/docopt.py -------------------------------------------------------------------------------- /tutorial/Homo_sapiens.GRCh38.85_Pfam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/tutorial/Homo_sapiens.GRCh38.85_Pfam.txt -------------------------------------------------------------------------------- /tutorial/Homo_sapiens.GRCh38.85_genes.bed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/tutorial/Homo_sapiens.GRCh38.85_genes.bed -------------------------------------------------------------------------------- /tutorial/Pfam-descriptors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/tutorial/Pfam-descriptors.txt -------------------------------------------------------------------------------- /tutorial/results/human_GRCh38.85_bystanders.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/tutorial/results/human_GRCh38.85_bystanders.tsv -------------------------------------------------------------------------------- /tutorial/results/human_GRCh38.85_clusters.bed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/tutorial/results/human_GRCh38.85_clusters.bed -------------------------------------------------------------------------------- /tutorial/results/human_GRCh38.85_clusters.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/tutorial/results/human_GRCh38.85_clusters.tsv -------------------------------------------------------------------------------- /tutorial/results/human_GRCh38.85_distribution.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/tutorial/results/human_GRCh38.85_distribution.pdf -------------------------------------------------------------------------------- /tutorial/results/human_GRCh38.85_features.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/tutorial/results/human_GRCh38.85_features.tsv -------------------------------------------------------------------------------- /tutorial/results/human_GRCh38.85_summary.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pyrevo/ClusterScan/HEAD/tutorial/results/human_GRCh38.85_summary.tsv --------------------------------------------------------------------------------