
Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'fasta':
print(x, alignment=TRUE, ...)
.print.fasta.ali(x, width = NULL, col.inds = NULL, numbers = TRUE, ...)
read.fasta
, read.fasta.pdb
,
pdbaln
read.fasta
, read.fasta.pdb
,
pdbaln
, seqaln
file <- system.file("examples/kif1a.fa",package="bio3d")
aln <- read.fasta(file)
print(aln)
# print(aln, col.inds=30:100, numbers=FALSE)
Run the code above in your browser using DataLab