Description Usage Arguments Details Value Author(s) See Also
This function reads in a file with multiple fasta records and find the mononucleotide repeats in the text.
1 | find.mono.repeats(text, min.len = 5)
|
text |
The return object from function |
min.len |
The minimum length of the mononucleotide repeats searched by the function. |
This function find the mononucleotide repeats in the text and return a data frame with the following columns.
chr: a character vector that indicates the chromosome identifier with the "chr" prefix: "chr1", "chr2", ..., "chr22", "chrX", "chrY"
start: a numeric vector that indicates the start position in the chromosome
stop: a numeric vector that indicates the end position in the chromosome
A data frame with 3 columns that are the 3 variables listed above.
Mini Huang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.