Skip to content

Commit

Permalink
created new manual
Browse files Browse the repository at this point in the history
  • Loading branch information
haasek committed Jun 20, 2016
1 parent 3be2de6 commit 6d40e69
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
Binary file added ASCAT-manual.pdf
Binary file not shown.
6 changes: 5 additions & 1 deletion ASCAT/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ Description: R package of ASCAT as published in http://www.ncbi.nlm.nih.gov/
pubmed/20837533
Depends:
R (>= 2.13.0),
RColorBrewer
RColorBrewer,
grDevices,
graphics,
stats,
utils
License: GPL-3
LazyLoad: yes
RoxygenNote: 5.0.1
7 changes: 7 additions & 0 deletions ASCAT/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ export(base.gw.plot)
export(make_segments)
export(runASCAT)
import(RColorBrewer)
importFrom("grDevices", "adjustcolor", "colorRampPalette", "dev.new",
"dev.off", "pdf", "png")
importFrom("graphics", "abline", "axis", "image", "par", "plot",
"points", "rect", "text")
importFrom("stats", "complete.cases", "cor", "lm", "mad", "median",
"na.omit", "runmed", "var")
importFrom("utils", "read.table", "write.table")
4 changes: 1 addition & 3 deletions ASCAT/man/ascat.aspcf.Rd

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

1 change: 1 addition & 0 deletions ASCAT/man/ascat.runAscat.Rd

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

2 changes: 1 addition & 1 deletion ASCAT/man/runASCAT.Rd

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

0 comments on commit 6d40e69

Please sign in to comment.