{annotation.genomics} R# Documentation

annotation.genomics


require(GCModeller);

{$desc_comments}
imports "annotation.genomics" from "seqtoolkit";

.NET clr type export
gene_info: GeneBrief

The gene brief information data in a ncbi PTT document.(PTT文件之中的一行,即一个基因的对象摘要信息)



.NET clr function exports
as.data.frame.feature Feature:

A feature is here an interval (i.e., a range of positions) on a chromosome or a union of such intervals.

In the case of RNA-Seq, the features are typically genes, where each gene is considered here as the union of all its exons. One may also consider each exon as a feature, e.g., in order to check for alternative splicing.

For comparative ChIP-Seq, the features might be binding region from a pre-determined list.

read.gtf
read.gff

read the gff3 file

write.gff3
source_features
type_features
gff_features

get gff features by id reference

as.tabular
as.geneTable
as.PTT
upstream

Create the upstream location

genes_features

Extract all gene features from a given genomics context assembly data

write.PTT_tabular
operon_set

load operon set data from the ODB database

read.nucmer
extract_gff_seqs

[Document Index]