prepareRMSK | R Documentation |
create a table to the rmsk argument in orthologScale(). Before version 1.8, TEKRABber requires user to prepare this table by themselves and this function can help user automatically get the RepeatMasker table from UCSC. The arguments required are the abbreviation of the version of reference (case-sensitive). For example, "hg38" for human. Note: currently only 91 genomes provided. Check if the reference exists with GenomeInfoDb::registered_UCSC_genomes().
prepareRMSK(refSpecies, compareSpecies)
refSpecies |
the version of reference species, i.e. hg38 |
compareSpecies |
the version of compared species, i.e. panTro6 |
Dataframe with four columns: repName, repClass, rLen and cLen
df_rmsk <- prepareRMSK(refSpecies = "hg38", compareSpecies = "panTro6")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.