Description Usage Arguments Details Value Note Author(s) References See Also Examples
Read a GeneMark HMM version 2.6 file from NCBI (version 3)
1 |
file |
GeneMark HMM file |
GeneMark HMM files are available from the NCBI genomes ftp directory, ftp://ftp.ncbi.nih.gov/genomes.
GRanges with 2 elementMetadata columns: id and class.
Two GeneMark predictions are available from teh NCBI genomes ftp. This function currently reads the HMM version 2.6 files only
Chris Stubben
see http://exon.gatech.edu for details about GeneMark
1 2 3 4 | file <- "ftp://ftp.ncbi.nih.gov/genomes/Bacteria/Yersinia_pestis_CO92_uid57621/NC_003132.GeneMarkHMM-2.6r"
x <-read.genemark(file)
x
metadata(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.