Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaojieqiu committed Sep 30, 2017
2 parents 0d2d88e + 4f3382e commit 715c839
Show file tree
Hide file tree
Showing 648 changed files with 88,175 additions and 5,865 deletions.
52 changes: 52 additions & 0 deletions ANN.L.infinity/.Rhistory
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
devtools::use_rcpp()
system('open .')
system('open .')
library(ANN.L.infinity)
nn2
?nn2
?nn
library(ANN.L.infinity)
?nn
ANN.L.infinity::nn2
?ANN.L.infinity::nn2
library(ANN.L.infinity)
nn2
?nn2
x1 <- runif(100, 0, 2*pi)
x2 <- runif(100, 0,3)
DATA <- data.frame(x1, x2)
nearest <- nn2(DATA,DATA)
library(ANN.L.infinity)
nn2
x1 <- runif(100, 0, 2*pi)
x2 <- runif(100, 0,3)
DATA <- data.frame(x1, x2)
nearest <- nn2(DATA,DATA)
library(abind)
RANN:::
library(ANN.L.infinity)
x1 <- runif(100, 0, 2*pi)
x2 <- runif(100, 0,3)
DATA <- data.frame(x1, x2)
nearest <- nn2(DATA,DATA)
nearest
library(ANN.L.infinity)
library(ANN.L.infinity)
example(nn2)
nn2(DATA)
getwd()
?nn2
DESeq::fitNbinomGLMsForMatrix
DESeq::estimateDispersions
?DESeq::estimateDispersions
nbinomTest
DESeq::nbinomTest
DESeq::nbinomTestForMatrices
?monocle::estimateDispersions
monocle:::estimateDispersions
DESeq::parametricDispersionFit
DESeq::estimateDispersions
DESeq:::estimateDispersions
90361x90361
90361*90361
q()
File renamed without changes.
19 changes: 19 additions & 0 deletions ANN.L.infinity/.Rproj.user/96CF5408/cpp-complilation-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"args" : [
"-I/Applications/RStudio.app/Contents/Resources/resources/libclang/builtin-headers/3.5",
"-I/Applications/RStudio.app/Contents/Resources/resources/libclang/builtin-headers/libc++/3.5",
"-I/Library/Frameworks/R.framework/Versions/3.3/Resources/library/Rcpp/include",
"-ftemplate-depth-256",
"-I/Library/Frameworks/R.framework/Resources/include",
"-I/Users/xqiu/Dropbox (Personal)/Projects/Genes_Inference_in_Cell_Differentiation_Process/R_package/ANN.L.infinity/src",
"-IANN",
"-DRANN",
"-I/usr/local/include",
"-I/usr/local/include/freetype2",
"-I/opt/X11/include",
"-fPIC"
],
"hash" : "148885281814888539041488853869",
"is_cpp" : true,
"pch" : "Rcpp"
}
Loading

0 comments on commit 715c839

Please sign in to comment.