Skip to content

Commit

Permalink
sad fix to the vignette ):
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim N committed Mar 21, 2015
1 parent 5a54c0e commit 9cdb1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/tcrvignette.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ vis.clonal.space(twb.space)
Mutation network (or a mutation graph) is a graph with vertices representing nucleotide or in-frame amino acid sequences (out-of-frame amino acid sequences will automatically filtered out by \Rpackage{tcR} functions) and edges are connecting pairs of sequences with hamming distance (parameter \code{.method} = 'hamm') or edit distance (parameter \code{.method} = 'lev') between them no more than specified in the \code{.max.errors} function parameter. To create a mutation network first you need is to make a shared repertoires and then apply the \code{mutation.network} function to this shared repertoire:

<<eval=TRUE>>=
data(twb)
# data(twb)
twb.shared <- shared.repertoire(twb, .head = 1000, .verbose = F)
G <- mutation.network(twb.shared)
G
Expand Down

0 comments on commit 9cdb1d2

Please sign in to comment.