Description Usage Arguments Value Examples
View source: R/import_gff_gtf.R
Takes a .gft or .gff file and import into a dataframe
1 | import_gff_gtf(db_file, file_type)
|
db_file |
File with the gene mapping or QTL information. For gene mapping, a .gtf file from Ensembl database must be used. For the QTL search, a .gff file from Animal QTlLdb must be used. Both files must use the same reference annotation used in the original study |
file_type |
"gtf" or "gff" |
A dataframe with the gtf or gtf content
1 2 3 | gffpath <- system.file("extdata", "example.gff", package="GALLO")
qtl.inp <- import_gff_gtf(db_file=gffpath,file_type="gff")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.