read.sequence.table: Read mutation table

View source: R/scelestial.R

read.sequence.tableR 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"))


RScelestial documentation built on May 29, 2024, 9:41 a.m.