read.sequence.table {RScelestial}R Documentation

Read mutation table

Description

A simple read of a sequencing file.

Usage

read.sequence.table(file.name)

Arguments

file.name

Name of the file to be loaded

Value

A table representing the content of the file. First column of the file represents the row names.

Examples

# An example input without header could be like following:
# 1 C/C A/A A/A A/A 
# 2 ./. A/A C/C C/C 
# 3 C/C A/A C/C ./. 
# 4 A/A ./. ./. ./. 
# 5 ./. A/A A/A A/A 
# 
# For this file you can run
read.sequence.table(system.file("extdata/sample1.txt", package="RScelestial"))


[Package RScelestial version 1.0.4 Index]