Description Usage Arguments Details Value Examples
View source: R/split_data_into_GFF_features.R
Splits the data into GFF feautures defined by the user.
1 | split_data_into_GFF_features(object, gff.file, chr, feature)
|
object |
An object of class GENOME |
gff.file |
The corresponding GFF file |
chr |
The chromosome/scaffold identifier |
feature |
The feature used for splitting |
The algorithm splits the data into features.
A feature can be "gene"
, "exon"
etc.
depending on what is specified in the GFF3 file.
The returned value is an object of class "GENOME"
See GENOME.class.split@region.names
and GENOME.class.split@region.names
after splitting the data.
1 2 3 4 | # GENOME.class <- readVCF("chr1.vcf.gz",1000,"1",1,100000)
# GENOME.class.split <- split_data_into_GFF_features(GENOME.class,"Homo_sapiens.GRCh37.73.gtf",
# "1", "gene")
# GENOME.class.split@region.names
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.