Description Usage Arguments Objects from the Class Accessors Methods Author(s)
This class represents a set of SNPs (single nucleotide polymorphisms) for use with GMAP and GSNAP (typically for SNP-tolerant alignment.)
1 |
snps |
A path to a VCF file |
directory |
The directory to create the IIT files used by GMAP and GSNAP |
name |
If provided, the name to give the database of SNPs. If not
provided, defauts to the |
create |
If the directory provided in the |
... |
Additional arguments to be passed to the SNPs replacement method. |
##TODO: doc these args
Objects can be created by calls of the form GmapSnps(snps,
directory, name, create)
.
name(x)
: returns the name of the GmapSnps
object
directory(x)
: returns the GmapGenomeDirectory
that is the parent of the directory containing the index files for
this GmapSnps
object.
signature(x = "GmapSnps")
: ...
Michael Lawrence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.