Learn R Programming

InflectSSP (version 1.5)

Import: 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)

Value

Imported data from all experiments

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.

Examples

Run this code
if (FALSE) {
Data_Imported<-Import(NControl,NCondition,Directory)
}

Run the code above in your browser using DataLab