fileToDESeq2: 'fileToDESeq2' this function is for developer use only, with...

Description Usage Arguments Value See Also

View source: R/fileToDESeq2.R

Description

fileToDESeq2 Create a DESeqDataSet from a file input

Usage

1
fileToDESeq2(fPath, header = TRUE, sep = ",")

Arguments

fPath

path to file on user's system. expect file to be a CSV of gene
expression counts with first row names of test conditions, and first
column names of genes (with no repeats)

header

whether file contains header, passed to read.csv()

sep

data delimiting character, passed to read.csv()

Value

DESeqDataSet

See Also

read.csv


harrig12/pointszr documentation built on April 10, 2020, 10:45 p.m.