read.sequence.table | R Documentation |
A simple read of a sequencing file.
read.sequence.table(file.name)
file.name |
Name of the file to be loaded |
A table representing the content of the file. First column of the file represents the row names.
# 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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.