View source: R/Seurat_monocle_workflow.R
get_bits | R Documentation |
Get bits of each site.
get_bits(seq_prob, type = c("DNA", "RNA", "AA"), freq = T, base = T, prob = F)
seq_prob |
Seurat object. |
type |
Character. One of DNA, RNA and AA. |
freq |
Logical. If TRUE, the final result will be multiplied by the ratio of valid characters. Default:TRUE. |
base |
Logical. If TRUE, only keep the score of AA_STANDARD/DNA_BASES/RNA_BASES for protein/DNA/RNA sequences. Default:TRUE. |
prob |
Logical. If TRUE, return seq prob of each site. Default:FALSE. |
bits/seq prob of each site
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.