write_cds_entries | R Documentation |
Given a BSGenome and some annotations, write out the CDS entries.
write_cds_entries(
genome,
annot,
ids = NULL,
output = "all_cds.fasta",
strand_column = "strand",
chr_column = "chromosome",
start_column = "start",
end_column = "end",
name_column = "rownames",
name_prefix = "lpanamensis_mcol"
)
genome |
BSGenome containing the raw sequence. |
annot |
Annotation dataframe. |
ids |
Set of annotations to write, write them all if null. |
output |
Fasta file to write. |
strand_column |
Column name with the strand information. |
chr_column |
Column name with the chromosomes. |
start_column |
Column with the start positions. |
end_column |
Column with the end positions. |
name_column |
Names of the CDS |
name_prefix |
Prefix to add to the entries. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.