Last chance! 50% off unlimited learning
Sale ends in
alignSequences(object, clustalo_filename=NULL , mail=NULL ,
perlCommand="perl", use_hmm=FALSE, datum=FALSE)
alignment
.
See lmAlignment
alignSequences
, the alignment will be skipped,
but no warning will be raised.
If mail is not NULL, a local installation of clustal omega
is no longer required and the alignment is
performed using clustal omega EBI web service. A limit of 2000 sequences is set
in this case and perl must be installed in the system
getMutations
, mapMutations
, setup
#Create an object of class LowMACA for RAS domain family
lm <- newLowMACA(pfam="PF00071" , genes=c("KRAS" , "NRAS" , "HRAS"))
#Align sequences using local installation of clustalo
lm <- alignSequences(lm)
#Web service clustalomega aligner
lm <- alignSequences(lm , mail="lowmaca@gmail.com")
#Use HMM to align
lm <- alignSequences(lm , use_hmm=TRUE)
#Use "datum"
lm <- alignSequences(lm , datum=TRUE)
Run the code above in your browser using DataLab