Learn R Programming

SMITE (version 1.0.2)

curated_expressiondata: A toy dataset ofcurated RNA-seq to test within SMITE

Description

A toy dataset of pre-cleaned gene expression data from RNA-seq. The file is effect and p-value with gene names as rownames.

Usage

data("curated_expressiondata")

Arguments

Value

A dataframe with rownames as genes in Refseq format and columns for effects and pvalues derived from negative binomial testing of DESeq normalized values from RNA-seq.

Format

A data frame with 20819 observations on the following 2 variables.
rownames
a character vector specifying gene
column1
an numeric vector specifying effect (log fold change)
column2
a numeric vector with a two sided p-value from DESeq analysis

Source

Manuscript in preparation. Please see https://github.com/GreallyLab for more details.

Details

This gene expression dataset is a randomized version of the Toxoplasma dataset used to benchmark SMITE. It no longer has NAs or p-values=0. Gene names were converted to gene symbols.

Examples

Run this code
data(curated_expressiondata)

Run the code above in your browser using DataLab