Skip to content

Commit

Permalink
stylize example
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Feb 24, 2019
1 parent 94d58e3 commit f664a76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion R/par-01-parSeqSim.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,11 @@ parSeqSim <- function(
#' s5 <- readFASTA(system.file("protseq/Q9NZP8.fasta", package = "protr"))[[1]]
#' set.seed(1010)
#' plist <- as.list(c(s1, s2, s3, s4, s5)[sample(1:5, 100, replace = TRUE)])
#' psimmat <- parSeqSimDisk(plist, cores = 2, batches = 10, verbose = TRUE, type = "local", submat = "BLOSUM62")
#' psimmat <- parSeqSimDisk(
#' plist,
#' cores = 2, batches = 10, verbose = TRUE,
#' type = "local", submat = "BLOSUM62"
#' )
#' }
parSeqSimDisk <- function(
protlist,
Expand Down
6 changes: 5 additions & 1 deletion man/parSeqSimDisk.Rd

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

0 comments on commit f664a76

Please sign in to comment.