Read.InterleavedFasta: Read.InterleavedFasta: Function to read interleaved fasta...

View source: R/Read.InterleavedFasta.R

Read.InterleavedFastaR Documentation

Read.InterleavedFasta: Function to read interleaved fasta file (loci are stacked, as with Stacks output files)

Description

This function returns a list containing (1) the number of mutations for each RAD locus, (2) The length of each RADseq locu, and (3) the number of sequences at each RAD locus

Usage

Read.InterleavedFasta(fasta.file)

Arguments

fasta.file

Fasta file (pile up across individual loci - see Stacks output file for example)

Examples

example.dat <- Read.InterleavedFasta(fasta.file = '~/Desktop/example.fasta')

radamsRHA/ThetaMater documentation built on April 25, 2024, 10:11 a.m.