| as.fasta {bioseq.fasta} |
R Documentation |
Create a fasta sequence collection object from any given sequence collection.
Description
Usage
Arguments
x
any type of sequence collection, which can be:
a FastaFile object or a collection of the FastaSeq object;
a multiple sequence alignment result(MSAOutput);
a set of the SimpleSegment sequence segment object;
a sequence motif object(@T:SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.SequenceMotif);
a ncbi genbank feature object(Feature) for extract the nucleotide sequence data of the target feature site;
a fastq sequence collection or a character vector of the raw sequence data.
env
[as Environment]
Details
Authors
seqtoolkit
Value
a FastaFile sequence collection object that created from the given sequence data source;
this function returns a R# error message object if the input data source can not be cast to a fasta sequence collection.
clr value class
Examples
[Package
bioseq.fasta version 1.0.0.0
Index]