├── Case └── CRBN │ ├── BetaHairpin.pdb │ ├── CRBN_5FQD_Motif.pdb │ ├── CRBN_5FQD_Receptor.pdb │ ├── CRBN_CTD_Thalidomide.pdb │ ├── CRBN_Substrates_Database.xlsx │ └── ReadMe.md ├── Database ├── Human-Disorder50-protein.fasta ├── Human-Disorder70-protein.fasta ├── Index-of-Human-Protein-Structures-DB.tsv └── ReadMe.md ├── LICENSE ├── README.md └── scripts ├── 2DMotif-Dock ├── 3DMotif-Dock ├── Domain_Parser-for-AlphaFoldDB.jl ├── GetPDB ├── MSAprofit.sh ├── ReadMe.md └── Uniprot2PPI.jl /Case/CRBN/BetaHairpin.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/Case/CRBN/BetaHairpin.pdb -------------------------------------------------------------------------------- /Case/CRBN/CRBN_5FQD_Motif.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/Case/CRBN/CRBN_5FQD_Motif.pdb -------------------------------------------------------------------------------- /Case/CRBN/CRBN_5FQD_Receptor.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/Case/CRBN/CRBN_5FQD_Receptor.pdb -------------------------------------------------------------------------------- /Case/CRBN/CRBN_CTD_Thalidomide.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/Case/CRBN/CRBN_CTD_Thalidomide.pdb -------------------------------------------------------------------------------- /Case/CRBN/CRBN_Substrates_Database.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/Case/CRBN/CRBN_Substrates_Database.xlsx -------------------------------------------------------------------------------- /Case/CRBN/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/Case/CRBN/ReadMe.md -------------------------------------------------------------------------------- /Database/Human-Disorder50-protein.fasta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/Database/Human-Disorder50-protein.fasta -------------------------------------------------------------------------------- /Database/Human-Disorder70-protein.fasta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/Database/Human-Disorder70-protein.fasta -------------------------------------------------------------------------------- /Database/Index-of-Human-Protein-Structures-DB.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/Database/Index-of-Human-Protein-Structures-DB.tsv -------------------------------------------------------------------------------- /Database/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/Database/ReadMe.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/README.md -------------------------------------------------------------------------------- /scripts/2DMotif-Dock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/scripts/2DMotif-Dock -------------------------------------------------------------------------------- /scripts/3DMotif-Dock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/scripts/3DMotif-Dock -------------------------------------------------------------------------------- /scripts/Domain_Parser-for-AlphaFoldDB.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/scripts/Domain_Parser-for-AlphaFoldDB.jl -------------------------------------------------------------------------------- /scripts/GetPDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/scripts/GetPDB -------------------------------------------------------------------------------- /scripts/MSAprofit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/scripts/MSAprofit.sh -------------------------------------------------------------------------------- /scripts/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/scripts/ReadMe.md -------------------------------------------------------------------------------- /scripts/Uniprot2PPI.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Lin-boop/PPI-Miner/HEAD/scripts/Uniprot2PPI.jl --------------------------------------------------------------------------------