Learn R Programming

rnaseqWrapper (version 1.0-1)

rnaseqWrapperData: Data for use in examples for the rnaseqWrapper package

Description

A sample of 86 rows (from three genes) of a VarScan output, and the corrresponding fasta sequence information (read in with read.fasta).

Usage

data(varScanExample) data(fastaExample)

Arguments

Source

These are from a currently unpublished analysis, and were randomly chosen.

Examples

Run this code
data(varScanExample)
head(varScanExample)

data(fastaExample)
fastaExample

Run the code above in your browser using DataLab