Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elswob committed Jul 28, 2015
1 parent 19d6110 commit cbaceb1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions R/subtype_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ run_scmgene=function(){
#' @param short A short name for the analysis
#' @param pamCC (default=0.75) Correlation confidence cutoff used to assign a PAM50 subtype as Low Confidence (LC)
#' @param samp_num (default=5) Minumum percentage of samples containing value > 0 per gene
#' @param remove_lc (default TRUE) Remove the samples with a corerrelation confidence less than pamCC
run_basalt=function(outDir,inputFile,short,pamCC=0.75,samp_num=5,remove_lc=TRUE){
outDir<<-outDir
inputFile<<-inputFile
Expand Down
4 changes: 3 additions & 1 deletion man/cor_plot.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
\alias{cor_plot}
\title{Generate the PAM50 correlation coefficient plots}
\usage{
cor_plot(p, id, name)
cor_plot(p, id, name, outDir)
}
\arguments{
\item{id}{The ID of the samples to extract}

\item{name}{The name to represent the samples}

\item{outDir}{The output directory}

\item{p50}{The PAM50 results text file}
}
\description{
Expand Down
8 changes: 5 additions & 3 deletions man/run_basal.Rd → man/run_basalt.Rd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/subtype_functions.R
\name{run_basal}
\alias{run_basal}
\name{run_basalt}
\alias{run_basalt}
\title{Run the subtype analysis}
\usage{
run_basal(outDir, inputFile, short, pamCC = 0.75, samp_num = 5,
run_basalt(outDir, inputFile, short, pamCC = 0.75, samp_num = 5,
remove_lc = TRUE)
}
\arguments{
Expand All @@ -17,6 +17,8 @@ run_basal(outDir, inputFile, short, pamCC = 0.75, samp_num = 5,
\item{pamCC}{(default=0.75) Correlation confidence cutoff used to assign a PAM50 subtype as Low Confidence (LC)}

\item{samp_num}{(default=5) Minumum percentage of samples containing value > 0 per gene}

\item{remove_lc}{(default TRUE) Remove the samples with a corerrelation confidence less than pamCC}
}
\description{
Run the subtype analysis
Expand Down
2 changes: 1 addition & 1 deletion man/setup.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
\alias{setup}
\title{Set up the analysis}
\usage{
setup(outDir, inputFile, short, samp_num, pamCC)
setup(outDir, inputFile, short, samp_num, pamCC, remove_lc)
}
\description{
Set up the analysis
Expand Down

0 comments on commit cbaceb1

Please sign in to comment.