Bioinformatics ReviewBioinformatics Review
Notification Show More
Font ResizerAa
  •  Home
  • Docking
  • MD Simulation
  • Tools
  • More Topics
    • Softwares
    • Sequence Analysis
    • Algorithms
    • Bioinformatics Programming
    • Bioinformatics Research Updates
    • Drug Discovery
    • Phylogenetics
    • Structural Bioinformatics
    • Editorials
    • Tips & Tricks
    • Bioinformatics News
    • Featured
    • Genomics
    • Bioinformatics Infographics
  • Community
    • BiR-Research Group
    • Community Q&A
    • Ask a question
    • Join Telegram Channel
    • Join Facebook Group
    • Join Reddit Group
    • Subscription Options
    • Become a Patron
    • Write for us
  • About Us
    • About BiR
    • BiR Scope
    • The Team
    • Guidelines for Research Collaboration
    • Feedback
    • Contact Us
    • Recent @ BiR
  • Subscription
  • Account
    • Visit Dashboard
    • Login
Font ResizerAa
Bioinformatics ReviewBioinformatics Review
Search
Have an existing account? Sign In
Follow US
SoftwareTools

[Tutorial] How to install 3Dmapper on Ubuntu (Linux)?

Dr. Muniba Faiza
Last updated: March 13, 2025 8:55 pm
Dr. Muniba Faiza
Share
2 Min Read
Installing 3Dmapper on Ubuntu (Linux).
SHARE

Understanding the relationship between genes and proteins is crucial for elucidating biological processes, and disease mechanisms, and developing targeted therapies. A new tool developed by Yang et. al., [1], provides a better solution to map annotated positions and variants to protein structures automatically. 3Dmapper is a stand-alone tool based on R and Python programming languages that map annotated genomic variants or positions to protein structures [1]. In this article, we will install 3Dmapper on Ubuntu (Linux).

Contents
Preparing systemDownloading PrerequisitesInstalling 3Dmapper

Preparing system

It is good to update and upgrade your Ubuntu system first. Log into your Ubuntu system and open the terminal by pressing Ctrl+Alt+T altogether, and type the following commands:

$ sudo apt-get update

$ sudo apt-get upgrade

Downloading Prerequisites

To run 3Dmapper, you need to have Python>3.6, R version > 3.5, BLAST, and GNU parallel. Paste the following commands to download them:

$ sudo apt-get install ncbi-blast+ r-base parallel

Installing 3Dmapper

Download the 3Dmapper using the following command:

$ git clone https://github.com/vicruiser/3Dmapper

Change to the new directory ‘3Dmapper‘.

$ cd 3Dmapper/

Now install it.

$ pip install .

$ sh r_dependencies.sh

It will take some time to finish the installation.


  1. Ruiz-Serra, V., Valentini, S., Madroñero, S., Valencia, A., & Porta-Pardo, E. (2024). 3Dmapper: a command line tool for BioBank-scale mapping of variants to protein structures. Bioinformatics, 40(4), btae171.
TAGGED:3Dmappergenomic variants mappingprotein
Share This Article
Facebook Copy Link Print
ByDr. Muniba Faiza
Follow:
Dr. Muniba is a Bioinformatician based in New Delhi, India. She has completed her PhD in Bioinformatics from South China University of Technology, Guangzhou, China. She has cutting edge knowledge of bioinformatics tools, algorithms, and drug designing. When she is not reading she is found enjoying with the family. Know more about Muniba
Leave a Comment

Leave a Reply Cancel reply

You must be logged in to post a comment.

Starting in Bioinformatics? Do This First!
Starting in Bioinformatics? Do This First!
Tips & Tricks
[Editorial] Is it ethical to change the order of authors’ names in a manuscript?
Editorial Opinion
Installing bbtools on Ubuntu
[Tutorial] Installing BBTools on Ubuntu (Linux).
Sequence Analysis Software Tools
wes_data_analysis Whole Exome Sequencing (WES) Data visualization Toolkit
wes_data_analysis: Whole Exome Sequencing (WES) Data visualization Toolkit
Bioinformatics Programming GitHub Python

You Might Also Like

Identifying binding sites in receptors using AutoSite tool
DockingSoftwareTools

Identifying binding sites in receptors using AutoSite tool

August 7, 2023
predict protein targets
DockingSoftwareTools

Predict putative protein targets for small molecules using a new tool

August 5, 2020
MD SimulationSoftwareTools

Tutorial: MD simulation output analysis of protein using GROMACS

April 6, 2023
DockingDrug DiscoverySoftwareTools

How to perform virtual screening using Autodock Vina?

February 12, 2025
Copyright 2024 IQL Technologies
  • Journal
  • Customer Support
  • Contact Us
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Cookie Policy
  • Sitemap
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?

Not a member? Sign Up