Learn R Programming

micropan (version 2.1)

xmpl: Data sets for use in examples

Description

This data set contains several files with various objects used in examples in some of the functions in the micropan package.

Usage

data(xmpl.bdist)
data(xmpl.bclst)
data(xmpl.panmat)

Arguments

Details

xmpl.bdist is a tibble with 4 columns holding all BLAST distances between pairs of proteins in an example with 10 small genomes.

xmpl.bclst is a clustering vector of all proteins in the genomes from xmpl.bdist.

xmpl.panmat is a pan-matrix with 10 rows and 1210 columns computed from xmpl.bclst.

Examples

Run this code
# NOT RUN {
# BLAST distances, only the first 20 are displayed
data(xmpl.bdist)
head(xmpl.bdist)

# Clustering vector
data(xmpl.bclst)
print(xmpl.bclst[1:30])

# Pan-matrix
data(xmpl.panmat)
head(xmpl.panmat)

# }

Run the code above in your browser using DataLab