Skip to content

Instantly share code, notes, and snippets.

View datad's full-sized avatar
🏠
Working from home

Diana Diaz datad

🏠
Working from home
View GitHub Profile
@datad
datad / DataFrames.R
Last active June 8, 2018 20:18
_utile4disSuptyper
#data.frame
# DF=tT
# checkTypeOfDF(DF=controlDat)
# checkTypeOfDF(DF=diseaseDat)
# checkTypeOfDF(DF)
# head(DF)
#
@datad
datad / ncp.py
Created February 9, 2018 23:34 — forked from panisson/ncp.py
Nonnegative Tensor Factorization, based on the Matlab source code available at Jingu Kim's home page: https://sites.google.com/site/jingukim/home#ntfcode Requires the installation of Numpy and Scikit-Tensor (https://github.com/mnick/scikit-tensor). For examples, see main() function.
# Copyright (C) 2013 Istituto per l'Interscambio Scientifico I.S.I.
# You can contact us by email (isi@isi.it) or write to:
# ISI Foundation, Via Alassio 11/c, 10126 Torino, Italy.
#
# This work is licensed under a Creative Commons 4.0
# Attribution-NonCommercial-ShareAlike License
# You may obtain a copy of the License at
# http://creativecommons.org/licenses/by-nc-sa/4.0/
#
# This program was written by Andre Panisson <panisson@gmail.com> at