read.sequence.table: Read mutation table

Description Usage Arguments Value Examples

View source: R/scelestial.R

Description

A simple read of a sequencing file.

Usage

1

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

1
2
3
4
5
6
7
8
9
# 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 Dec. 11, 2021, 10:02 a.m.