GithubHelp home page GithubHelp logo

mdicc's Introduction

Package: MDICC Type: Package Title: MDICC: Novel method for multi-omics data integration and cancer subtype identification Version: 1.0 Author: Yang Ying [email protected] Maintainer: Yushan Qiu[email protected] Description: This pakege implemented the MDICC algorithm that fusion different omics data, which aims to identify cancer subtypes.

Environment:

Anaconda, R>= 4.1.0;

R package:

Rcpp; parallel; Matrix; reticulate >= 1.22;

Introduction:

The algorithm is implemented by Python and R. You need to install the Anaconda environment and Rstudio, and the R version used in this experiment is 4.1.0. The source code is mainly written in R. The experimental data are BRCA omics data and stored in the folder "data". The steps are as follows:

Import MIDCC algorithms from data sources.

source('../MDICC/NetworkFusion.R')

Import the projsplx_r.dll file.

setwd("../MDICC/")
dyn.load("projsplx_R.dll")

If that fails, you can run the following code.

system("R CMD SHLIB projsplx_R.c")

Connect Anaconda environment.

library(reticulate)
use_virtualenv("base")
Sys.setenv(RETICULATE_PYTHON="C:\Users\\anaconda3\python.exe")
use_python("C:\Users\
\anaconda3\python.exe")
py_config()
py_available()

If the command is successfully executed, TRUE is displayed. Then import the Python files.

source_python("LocalAffinityMatrix.py")
source_python("score.py")
source_python("label.py")

Where, score.py is the file that calculates ARI and NMI, and label.py is the file that gets the label after clustering. Next, you can perform the fusion analysis of multi-omics data according to the demo file.

mdicc's People

Contributors

yushanqiu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.