read.ab1 | R Documentation |
This function reads in a given abi1-file.
read.ab1( filename, delimiter = "_", ID_pos = 1, genename = "", genename_pos = 2, cutoff = 0.05, min_seq_len = 20, offset = 33 )
filename |
location of a ab1 file. |
delimiter |
delimiter in genename/ID of ab1 file |
ID_pos |
position of ID in genename/ID of ab1 file |
genename |
gene name of analysed gene in ab1 file |
genename_pos |
position of genename in genename/ID of ab1 file |
cutoff |
cutoff for Basecall of the fastq. Default: 0.05 |
min_seq_len |
minimum sequence length for Basecall of the fastq. Default: 20 |
offset |
Offset for Basecall of the fastq. Default: 33 |
Objekt with all information genename,bnummer,filename,abif,fastq.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.