vis.rarefaction: Rarefaction statistics visualisation.

Description Usage Arguments See Also Examples

Description

Plot a line with mean unique clones.

Usage

1
vis.rarefaction(.muc.res, .groups = NULL, .log = F, .names = T)

Arguments

.muc.res

Output from the muc function.

.groups

List with names for groups and names of the group members. If NULL than each member is in the individual group.

.log

if T then log-scale the y axis.

.names

If T then print number of samples.

See Also

rarefaction

Examples

1
2
3
4
5
6
7
## Not run: 
data(twb)
names(twb)  # "Subj.A" "Subj.B" "Subj.C" "Subj.D"
twb.rar <- rarefaction(twb, .col = "Read.count")
vis.rarefaction(twb.rar, list(A = c("Subj.A", "Subj.B"), B = c("Subj.C", "Subj.D")))

## End(Not run)

imminfo/tcr documentation built on June 13, 2020, 7:01 a.m.