Learn R Programming

PopGenome (version 2.1.6)

GFF_split_into_scaffolds: Split a GFF file into multiple scaffold-GFFs

Description

This function splits a GFF file into multiple GFFs including data for exactly one scaffold each.

Usage

GFF_split_into_scaffolds(GFF.file, output.folder)

Arguments

GFF.file
the basepath of the GFF file
output.folder
name of the folder where the GFFs should be stored

Value

TRUE

Details

The algorithm splits the GFF into multiple scaffold based GFFs and stores the files in a given folder. This folder can be used as an input for readData(,gffpath="")

Examples

Run this code
# GFF_split_into_scaffolds("GFFfile.gff","scaffoldGFFs")
# test <- readData("scaffoldVCFs", format="VCF", gffpath="scaffoldGFFs")

Run the code above in your browser using DataLab