Skip to content

Commit

Permalink
Merge pull request #244 from marouenbg/fix-crane
Browse files Browse the repository at this point in the history
fix crane issue #240
  • Loading branch information
marouenbg committed Jun 16, 2022
2 parents 323d058 + 4a3fdde commit c7764ef
Show file tree
Hide file tree
Showing 109 changed files with 561 additions and 558 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: netZooR
Title: netZooR integrates tools for the inference and analysis of gene regulatory networks.
Version: 1.0.3
Version: 1.0.4
Date: 2021-09-20
Authors@R: c(person("Marouen", "Ben Guebila",
email = "benguebila@hsph.harvard.edu", role = c("aut","cre")),
Expand Down
2 changes: 1 addition & 1 deletion R/CRANE.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ alpacaCrane = function(input,alp,alpha=0.1,beta=0,iteration=30,isParallel=F){
tstat=c()
if (identical(names(alp[[2]]),rownames(df))){
for (i in 1:nrow(df)){
if (rownames(df)[i]==""){
if (rownames(df)[i]=="" || sd(df[i,])==0){
isSig=c(isSig,NA)
next
}
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/ALPACA.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions docs/articles/ApplicationinGTExData.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/articles/ApplicationwithTBdataset.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 9 additions & 10 deletions docs/articles/CONDOR.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/articles/CONDOR_files/figure-html/unnamed-chunk-10-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/CONDOR_files/figure-html/unnamed-chunk-8-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/articles/EGRET_toy_example.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c7764ef

Please sign in to comment.