Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AEBilgrau committed Aug 10, 2015
1 parent 9feb43e commit 044e2fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/cleanMetadata.GSE31312.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#' @details
#' GSE31312:\cr
#' This function makes the samples GSM776068, GSM776149, and GSM776462 to be
#' left out of the downsteam preprocessing due to bad array quality.
#' left out of the downstream preprocessing due to bad array quality.
#' @export
cleanMetadata.GSE31312 <- function(meta_data) {
message("Cleaning GSE31312 (IDRC)!")
Expand Down
2 changes: 1 addition & 1 deletion R/cleanMetadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#'
#' @param meta_data Output from \code{downloadAndPrepareMetadata}.
#' @return
#' Returns a specfically cleaned \code{data.frame} for the GEO dataset.
#' Returns a specifically cleaned \code{data.frame} for the GEO dataset.
#' @author Anders Ellern Bilgrau, Steffen Falgreen Larsen
#' @rdname cleanMetadata
#' @export
Expand Down
4 changes: 2 additions & 2 deletions man/cleanMetadata.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cleanMetadata(meta_data)
\item{meta_data}{Output from \code{downloadAndPrepareMetadata}.}
}
\value{
Returns a specfically cleaned \code{data.frame} for the GEO dataset.
Returns a specifically cleaned \code{data.frame} for the GEO dataset.
}
\description{
S3 method dispatch giving the custom functions for formatting datasets.
Expand All @@ -45,7 +45,7 @@ GSE11318:\cr

GSE31312:\cr
This function makes the samples GSM776068, GSM776149, and GSM776462 to be
left out of the downsteam preprocessing due to bad array quality.
left out of the downstream preprocessing due to bad array quality.

GSE34171:\cr
The cleanup of GSE34171 (MDFCI) adds three batches corresponding to each
Expand Down

0 comments on commit 044e2fe

Please sign in to comment.