# Basic syntax:
as.list(strsplit(your_string, "")[[1]])
# Example usage:
your_string = "ACTGAC"
as.list(strsplit(your_string, "")[[1]]) # Returns:
'A'
'C'
'T'
'G'
'A'
'C'
Code Example |
---|
R :: r remove rows where value is 0 |
R :: scale between 0 and 1 R |
R :: How to Export a DataFrame to Excel File in R |
R :: how to append in a list in R |
R :: r range with step |
R :: convert boolean to int R |
R :: r mean by group |
R :: negative binomial distribution rstudio |
R :: data table R select several columns |
R :: R rename singl edf column |
R :: grid.arrange |
R :: how to do logistic regression in r |
R :: replace na with 0 in r |
R :: libpath r |
R :: repeat each value in a vector in r |
R :: disable the y axis in plot r |
R :: plot porportion bar chart in r |
R :: extract pc1 and pc2 in r |
R :: n list to dataframe r |
R :: R drop columns |
R :: R: foreach multiple argument |
R :: R construct a named list |
R :: get plot title over two lines R |
R :: hypergeometric distribution on r |
R :: add padding to number r |
R :: r rename column |
Rust :: how to split a string by spaces rust |
Rust :: hello world latex |
Rust :: new rust project with cargo |
Rust :: rust number squared |