diff --git a/DESCRIPTION b/DESCRIPTION index 2527c89..ecd4a81 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,5 +7,8 @@ Author: Shiquan Sun Maintainer: Shiquan Sun Description: The package can fit single RNA-seq data set(SOMF) and multiple RNA-seq data sets (MOMF). License: GPL (>= 2) -Imports: Rcpp (>= 0.12.14) +Imports: + Rcpp (>= 0.12.14), + matlib, + car LinkingTo: Rcpp, RcppArmadillo diff --git a/README.md b/README.md index 5bfce8a..1840cca 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Two main functions `momf.fit` and `momf.computeRef` are used to do deconvoluatio ``` ## Citation Xifang Sun, Shiquan Sun, and Sheng Yang. *An efficient and flexible method for deconvoluting bulk RNAseq data -with single-cell RNAseq data*, 2019, DIO: 10.5281/zenodo.3373980. +with single-cell RNAseq data*, 2019, DOI: 10.5281/zenodo.3373980. ## Supports Please reach out Xifang Sun or Sheng Yang (email: xfangsun@126.com or yangsheng@njmu.edu.cn) if you have any questions. diff --git a/src/MOMF.o b/src/MOMF.o deleted file mode 100644 index e56bec2..0000000 Binary files a/src/MOMF.o and /dev/null differ diff --git a/src/MOMF.so b/src/MOMF.so deleted file mode 100644 index c18794c..0000000 Binary files a/src/MOMF.so and /dev/null differ diff --git a/src/RcppExports.o b/src/RcppExports.o deleted file mode 100644 index f8f8929..0000000 Binary files a/src/RcppExports.o and /dev/null differ diff --git a/src/rcpp_hello_world.o b/src/rcpp_hello_world.o deleted file mode 100644 index 812cb65..0000000 Binary files a/src/rcpp_hello_world.o and /dev/null differ