Learn R Programming

Tnseq (version 0.1.2)

serratia:

Description

a small subset of the real serratia transposon sequencing data. serratia is a data frame containing insertion count data from two inoculum pools, and each pool has 6 samples (2 input and 4 output samples).

Usage

data("serratia")

Arguments

Format

A data frame with 2442 observations on the following 15 variables.
GeneID
gene name
Length
gene length
Loc
insertion locations
SM_control_lib1_rep1
first input sample from pool 1
SM_control_lib1_rep2
second input sample from pool 1
SM_control_lib2_rep1
first input sample from pool 2
SM_control_lib2_rep2
second input sample from pool 2
SM_target_lib1_rep1
first output sample from pool 1
SM_target_lib1_rep2
second output sample from pool 1
SM_target_lib1_rep3
third output sample from pool 1
SM_target_lib1_rep4
forth output sample from pool 1
SM_target_lib2_rep1
first output sample from pool 2
SM_target_lib2_rep2
second output sample from pool 2
SM_target_lib2_rep3
third output sample from pool 2
SM_target_lib2_rep4
forth output sample from pool 2

Examples

Run this code
data(serratia)

Run the code above in your browser using DataLab