From 457be5fae432fccf4941764f3896d31095bb8135 Mon Sep 17 00:00:00 2001 From: Maia Smith Date: Fri, 29 Apr 2016 11:47:36 -0700 Subject: [PATCH] documentation updated --- 3q | 11 +++++++++++ DESCRIPTION | 2 +- man/timesweep.Rd | 10 +++++----- 3 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 3q diff --git a/3q b/3q new file mode 100644 index 0000000..acbdf0c --- /dev/null +++ b/3q @@ -0,0 +1,11 @@ +clone id map +# Please enter the commit message for your changes. Lines starting +# with '#' will be ignored, and an empty message aborts the commit. +# On branch master +# Your branch is up-to-date with 'origin/master'. +# +# Changes to be committed: +# modified: DESCRIPTION +# modified: R/timesweep.R +# modified: inst/htmlwidgets/timesweep.js +# diff --git a/DESCRIPTION b/DESCRIPTION index 1e204a7..42b6732 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: timesweep Title: Patient Clonal Timesweeps -Version: 0.0.3.9052 +Version: 0.0.3.9053 Authors@R: person("Maia", "Smith", email = "maiaannesmith@gmail.com", role = c("aut", "cre")) Description: What the package does (one paragraph). Depends: diff --git a/man/timesweep.Rd b/man/timesweep.Rd index 4568f29..a822909 100644 --- a/man/timesweep.Rd +++ b/man/timesweep.Rd @@ -5,9 +5,9 @@ \title{Timesweeps} \usage{ timesweep(clonal_prev, tree_edges, mutations = "NA", clone_colours = "NA", - xaxis_title = "Time Point", yaxis_title = "Relative Cellular Prevalence", + xaxis_title = "Time Point", yaxis_title = "Clonal Prevalence", alpha = 50, genotype_position = "stack", perturbations = "NA", - sort = FALSE, width = 900, height = 300) + sort = FALSE, width = 900, height = NULL) } \arguments{ \item{clonal_prev}{{Data Frame} Clonal prevalence. @@ -23,7 +23,7 @@ Format: columns are (1) {String} "source" - source node id Format: columns are (1) {String} "chrom" - chromosome number (2) {Number} "coord" - coordinate of mutation on chromosome (3) {String} "clone_id" - clone id - (4) {String} "sample_id" - id for the tumour sample + (4) {String} "timepoint" - time point (5) {Number} "VAF" - variant allele frequency of the mutation in the corresponding sample (6) {String} (Optional) "gene_name" - name of the affected gene (can be "" if none affected). (7) {String} (Optional) "effect" - effect of the mutation @@ -55,9 +55,9 @@ Format: columns are (1) {String} "pert_name" - the perturbation name \item{sort}{{Boolean} (Optional) Whether (TRUE) or not (FALSE) to vertically sort the genotypes by their emergence values (descending).} -\item{width}{{Number} (Optional) Width of the plot.} +\item{width}{{Number} (Optional) Width of the plot. Minimum width is 450.} -\item{height}{{Number} (Optional) Height of the plot.} +\item{height}{{Number} (Optional) Height of the plot. Minimum height with and without mutations is 500 and 260, respectively.} } \description{ \code{timesweep} generates patient clonal timesweeps.