Description Usage Arguments Value Functions See Also Examples
These functions return data frames containing the length or GC content for each sequence in a DNAStringSet object.
1 2 3 | get_length(DNAStringSet)
get_GC(DNAStringSet)
|
DNAStringSet |
A DNAStringSet Object. Use
|
A data frame with the length or GC content for each sequence in a DNAStringSet object
get_length
: the length of each sequence in a
DNAStringSet object and returns a dataframe.
get_GC
: both the length and GC content of each
sequence in a DNAStringSet object and returns a dataframe.
write_Sequence
, readDNAStringSet
,
letterFrequency
1 2 3 | case_fasta <- Biostrings::readDNAStringSet("example_case.fa")
get_length(case_fasta)
get_GC(case_fasta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.