Description Usage Arguments Value Author(s) Examples
Make the chromosome id starting with ">" into simple format like ">chr:1091194-1093520...",this is helpful for sorting the chromosome according to their number
1 | replaceText(type = "text", input = input)
|
type |
This can be either "text" or "list", The previous is a large character containing each line of the Fasta file, the latter is a list in which each element contains a unit of Fasta file |
input |
The large character or list containing ids that need to be simplified |
The large character or list of Chromosome Fasta file with simplified id.
Shaoqian Ma
1 2 | data("id")
simpleID<- replaceText(type = "text",input = id)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.