View source: R/extract_gene_locations.R
extract_gene_locations | R Documentation |
The eupathdb encodes its location data for genes in a somewhat peculiar format: chromosome:start..end(strand), but I would prefer to have these snippets of information as separate columns so that I can do things like trivially perform rpkm().
extract_gene_locations(annot_df, location_column = "annot_gene_location_text")
annot_df |
Data frame resulting from load_orgdb_annotations() |
location_column |
Name of the column to extract the start/end/length/etc from. |
Somewhat nicer data frame.
atb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.