Import {InflectSSP}R Documentation

This function imports data that will be analyzed in downstream functions.

Description

This function imports data that will be analyzed in downstream functions.

Usage

Import(NControl, NCondition, Directory)

Arguments

NControl

the number of Control replicate experiments that are to be analyzed

NCondition

the number of Condition replicate experiments that are to be analyzed

Directory

the directory where the source data files to be analyzed are saved. This is also the location where the results will be saved.

Value

Imported data from all experiments

Examples

## Not run: 
Data_Imported<-Import(NControl,NCondition,Directory)

## End(Not run)

[Package InflectSSP version 1.6 Index]