Description Usage Arguments Value See Also Examples
This function compares kmer content between between case and control DNAStringSets
1 | kmer_compare(caseDNAStringSet, ctrlDNAStringSet, k)
|
caseDNAStringSet |
A DNAStringSet Object. Use
|
ctrlDNAStringSet |
A DNAStringSet Object. Use
|
a summary table including the pvalue as calculated by
wilcox.test
, then corrected by p.adjust
with the method = "BH"
.
The mean values for each DNAStringSet, and the log2 Fold
change between those means
write_Sequence
, readDNAStringSet
,
oligonucleotideFrequency
,kmer_by_gene
,
cliff.delta
1 2 3 | case_fasta <- Biostrings::readDNAStringSet("example_case.fa")
ctrl_fasta <- Biostrings::readDNAStringSet("example_ctrl.fa")
kmer_compare(case_fasta, ctrl_fasta, 6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.