View source: R/Serial_gene_features_extraction.R
Extract the features from a single nucleotide sequence. Also translate in the 3+ frames seaching for the longest ORF, using it to extract the features for the amino acid sequence.
1 2 3 4 5 6 7 8 9 10 | Calc_feats(
seq,
aa = "",
PFAM_PATH = "",
LAMBDA = 50,
OMEGA = 0.05,
subcel = T,
nuc_only = F,
varGibbs_Model_PATH = "/mnt/DATABASES/bin/VarGibbs-2.2/data/AOP-CMB.par"
)
|
seq |
nucleotide sequence, works using a SeqFastadna object from the seqinr package. |
PFAM_PATH |
Path to the Pfam-A database |
LAMBDA |
Pseudo AA composition parameter |
OMEGA |
Pseudo AA composition parameter |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.