Skip to content

Commit

Permalink
resolve bioc merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
nhejazi committed Aug 22, 2017
2 parents 4daf357 + 0ac59e9 commit 9349978
Show file tree
Hide file tree
Showing 49 changed files with 13 additions and 3,805 deletions.
2 changes: 0 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
^codecov\.yml$
^CONTRIBUTING\.md$
^Makefile$
^\.git$
^\.gitignore$
^\.gitattributes$
^data-raw$
^paper$
^docs$
^README\.md$
Expand Down
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ Authors@R: c(
person("Alan", "Hubbard", email = "hubbard@berkeley.edu", role = "aut"),
person("Weixin", "Cai", email = "wcai@berkeley.edu", role = "ctb")
)
Author: Nima Hejazi [aut, cre, cph]
Author: Nima Hejazi [aut, cre, cph], Alan Hubbard [aut], Weixin Cai [ctb]
Maintainer: Nima Hejazi <nhejazi@berkeley.edu>
Description: This package facilitates the discovery of biomarkers from
biological sequencing data (e.g., microarrays, RNA-seq) based on the
associations of potential biomarkers with exposure and outcome variables by
implementing an estimation procedure that combines a generalization of
moderated statistics with asymptotically linear statistical parameters
estimated via targeted minimum loss-based estimation (TMLE).
Depends:
R (>= 3.3)
Depends: R (>= 3.4)
License: file LICENSE
URL: https://github.com/nhejazi/biotmle
BugReports: https://github.com/nhejazi/biotmle/issues
Expand Down
1 change: 1 addition & 0 deletions R/biomarkertmle.R
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,4 @@ biomarkertmle <- function(se,
}
return(biotmle)
}

1 change: 1 addition & 0 deletions R/biotmle.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ setClassUnion(name = "data.frame_OR_EList", members = c("data.frame", "EList"))
topTable = "data.frame"),
contains = "SummarizedExperiment"
)

1 change: 1 addition & 0 deletions R/modtest_ic.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ modtest_ic <- function(biotmle,
biotmle@topTable <- as.data.frame(tt)
return(biotmle)
}

1 change: 1 addition & 0 deletions R/plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,4 @@ heatmap_ic <- function(x, ..., design, FDRcutoff = 0.05, top = 25) {
...
)
}

21 changes: 0 additions & 21 deletions docs/LICENSE

This file was deleted.

308 changes: 0 additions & 308 deletions docs/articles/exposureBiomarkers.html

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
126 changes: 0 additions & 126 deletions docs/articles/index.html

This file was deleted.

89 changes: 0 additions & 89 deletions docs/articles/outcomeBiomarkers.html

This file was deleted.

Loading

0 comments on commit 9349978

Please sign in to comment.