Learn R Programming

cooccurNet (version 0.1.3)

readseq: readseq

Description

Reading a sequence file in fasta format

Usage

readseq(dataFile="", dataType="DNA", debug=FALSE)

Arguments

dataFile
the file name of data
dataType
the type of data. It could be 'DNA' (default), 'protein', 'SNP' or 'other'
debug
FALSE by default; to indicate whether the debug message will be displayed or not

Value

a list object containing the original data matrix

Examples

Run this code
data = readseq(dataFile=getexample(dataType="protein"), dataType="protein")

Run the code above in your browser using DataLab