View source: R/STUDY_GENIC_ELEMENTS.R
STUDY_GENIC_ELEMENTS | R Documentation |
Study k-mer composition across species.
STUDY_GENIC_ELEMENTS(
kmer.table,
kmer.cutoff = 5,
k,
genome.name = "hg38",
central.pattern = NULL,
db = "refseq",
output.dir = "study_genic_elements/",
fasta.path
)
kmer.table |
A data.table of kmer table. |
kmer.cutoff |
Percentage of extreme kmers to study. Default to 5. |
k |
K-mer size. |
genome.name |
UCSC genome name. |
central.pattern |
K-mer's central patterns. Default is NULL. |
db |
Database used by UCSC to generate gene prediction: "refseq" or "gencode". Default is "refseq". |
output.dir |
A directory for the outputs. |
fasta.path |
Path to a directory of user-provided genome FASTA files or the destination to save the NCBI/UCSC downloaded reference genome files. |
An output directory containing plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.