3D to voxel
How do i generate a voxel matrix from a 3D structure of a gene present in .pdb format?
gene
• 1,468 views
•
link
written
by
kingkenshin1997 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to calculate the similairty of two protein structures in .pdb file format or how to measure the…
written by moxuI am new to the protein structure prediction, so the following question may sound obvious to experts in the field. Let's say a protein has …
-
3d structure without PDB
written by dachi •Hello Everyone, I want to ask how can I do a 3d structure on data that doesn't have a PDB code. Thanks
-
Could any one explain about the pairwise alignment matrix.
written by saikishoremudhiraj2311 •d. You are given this FASTA Sequence: >Q8TAX7_Protein MKTLPLFVCICALSACFSFSEGRERDHELRHRRHHHQSPKSHFELPHYPGLLAHQKPFIRKSYKCLHKRCRPKLPPSPNNPPKFPNPHQPPKHPDKNSSVVNPTLVATTQIPSVTFPSASTKITTLPNVTFLPQNATTISSRENVNTSSSVATLAPVNSPAPQDTTAAPPTPSATTPAPPSSSAPPETTAAPPTPSATTQAPPSSSAPPETTAAPPTPPATTPAPPSSSAPPETTAAPPTPSATTPAPLSSSAPPETTAVPPTPSATTLDPSSASAPPETTAAPPTPSATTPAPPSSPAPQETTAAPITTPNSSPTTLAPDTSETSAAPTHQTTTSVTTQTTTTKQPTSAPGQNKISRFLLYMKNLLNRIIDDMVEQ Given your expertise working with PDB, Blast, and Swissmodel, generate a 3D structure for this protein. …
-
Spherical coordinates of 3D structure of gene
written by kingkenshin1997 •Does anyone have any code to get the spherical coordinates of the 3D structure of gene(3D structure is in .pdb format)?
-
Equirectangular projection of 3D structure of gene
written by kingkenshin1997 •Does anyone have any code to basically get the equirectangular projection of the 3 D structure of gene(3D structures are in .pdb file format)?
-
Gene Name from PDB id
written by kingkenshin1997 •How do i retrieve the gene names from a list of PDB id's ? say for example: MAPK3 from 2ZOQ I would like to do …
-
Gene 3D Data download
written by kingkenshin1997 •How do i download the 3D structures of genes from ncbi given the gene name ex: MAPK3
-
Voxel wise comparison (Voxel Based Morphometry or VBM) acorss subjects in fMRI studies
written by nkhan.mscs15seecs •In many fMRI studies like [This Study][1] a voxel wise comparison is made across subjects and controls . As we know that dataset in fMRI …
-
converting de-novo mutated protein structure to PDB/3D file-format/structure
written by mania.abbas •<p>I have a mutated protein sequence. How can I convert my de-novo mutated protein structure to PDB/3D file-format/structure?</p> <p>Please tell me your eminent suggestions.</p> <p>Thanks</p>
-
Sequence To Structure
written by Raygozak<p>Hi, does anyone know a way to generate the 3d linear structure of a protein given the sequence, note that i'm not asking for the …
It’s not clear to me what you want? Why do you want to change the data representation? What is the end goal?
I am actually trying to implement a 3D convolutional model on the 3D structure of the gene . But since the data i have, is in pdb format i dont know how to get the voxel matrix from that data.