Description Usage Arguments Value Functions See Also Examples
length_compare
and GC_compare
compare the length and GC content
between case and control DNAStringSets respectively.
1 2 3 | length_compare(caseDNAStringSet, ctrlDNAStringSet)
GC_compare(caseDNAStringSet, ctrlDNAStringSet)
|
caseDNAStringSet |
A DNAStringSet Object. Use
|
ctrlDNAStringSet |
A DNAStringSet Object. Use
|
a summary table including the pvalue as calculated by
wilcox.test
, the mean values for each DNAStringSet, the log2 Fold
change between those means, the effect size as calculated by
cliff.delta
length_compare
: the average length of two different DNAStringSet objects
and returns a summary statistic table of the comparison.
GC_compare
: the average GC content of two different DNAStringSet
objects and returns a summary statistic table of the comparison.
write_Sequence
, readDNAStringSet
,
letterFrequency
,
cliff.delta
1 2 3 4 | case_fasta <- Biostrings::readDNAStringSet("example_case.fa")
ctrl_fasta <- Biostrings::readDNAStringSet("example_ctrl.fa")
length_compare(case_fasta, ctrl_fasta)
GC_compare(case_fasta, ctrl_fasta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.