Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fkeck committed Jul 20, 2020
1 parent a14cd9a commit 6e186e2
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion R/def_aa.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ print.bioseq_aa <- function(x, n_bases = 60, n_seq = 12,
seq_type = "AA", color = color)
}

#' Internal formating
#' Internal formatting
#'
#' @param x a object.
#' @param ... other params.
Expand Down
2 changes: 1 addition & 1 deletion R/def_dna.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ print.bioseq_dna <- function(x, n_bases = 60, n_seq = 12,
seq_type = "DNA", color = color)
}

#' Internal formating
#' Internal formatting
#'
#' @param x an object.
#' @param ... other params.
Expand Down
2 changes: 1 addition & 1 deletion R/def_rna.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ print.bioseq_rna <- function(x, n_bases = 60, n_seq = 12,
}


#' Internal formating
#' Internal formatting
#'
#' @param x a object.
#' @param ... other params.
Expand Down
2 changes: 1 addition & 1 deletion R/seq_biological_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ seq_rev_transcribe <- function(x) {
#' @param codon_frame an integer giving the nucleotide position
#' where to start translation.
#' @param codon_init a logical indicating whether the first codon is evaluated
#' as a possible codon start and tranlated to methionine.
#' as a possible codon start and translated to methionine.
#'
#' @details
#'
Expand Down
2 changes: 1 addition & 1 deletion R/seq_string_operation.R
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ seq_extract_position <- function(x, position_in, position_out){
#' string as separator.
#'
#' @details
#' The strings \code{sep} and \code{collapse}w ill be coercced to
#' The strings \code{sep} and \code{collapse}w ill be coerced to
#' the type of input vectors with a warning if some character have to replaced.
#'
#' @return A vector of sequences (if collapse is \code{NULL}).
Expand Down
6 changes: 3 additions & 3 deletions R/seq_summarize_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#'}
#'
#' @return An integer vector with group memberships.
#' @family agreggation operations
#' @family aggregation operations
#' @seealso Function \code{\link{seq_consensus}} to compute consensus
#' and representative sequences for clusters.
#'
Expand Down Expand Up @@ -85,11 +85,11 @@ seq_cluster <- function(x, threshold = 0.05, method = "complete") {
#' @details
#' "chr_majority", "chr_ambiguity", "seq_centrality", "seq_majority"
#'
#' For chr_ambiguity gap character always overide other characters.
#' For chr_ambiguity gap character always override other characters.
#' Use gaps = FALSE to ignore gaps.
#'
#' @return A consensus sequence
#' @family agreggation operations
#' @family aggregation operations
#' @export
#'
#' @examples
Expand Down
4 changes: 2 additions & 2 deletions man/pillar_shaft.bioseq_aa.Rd

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

4 changes: 2 additions & 2 deletions man/pillar_shaft.bioseq_dna.Rd

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

4 changes: 2 additions & 2 deletions man/pillar_shaft.bioseq_rna.Rd

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

4 changes: 2 additions & 2 deletions man/seq_cluster.Rd

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

2 changes: 1 addition & 1 deletion man/seq_combine.Rd

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

6 changes: 3 additions & 3 deletions man/seq_consensus.Rd

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

2 changes: 1 addition & 1 deletion man/seq_translate.Rd

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

0 comments on commit 6e186e2

Please sign in to comment.