Posts by Vanessa Escolano Maso • 85 points
3 posts
-
3
votes1
answer155
viewsQ: Standardize bar width between distinct graphs ggplot2
Hello, I would like to know how I can standardize the width of my bars from ggplot2 between distinct charts. I would like to leave the bars of all charts at the same width. For example, I have these…
-
1
votes3
answers497
viewsQ: Convert string into a list where each element in the list is 3 characters from my initial string
I wonder how I can turn one string on a list where each element of that list is a string with 3 characters from string original. Therefore if the string original was like this "AAGGGTTGG" I get a…
-
4
votes2
answers250
viewsQ: How to select strings that start with a given word
I’m manipulating a dataframe on R v.3.5.2 and would like to know how I create a new variable called ES_1_4 which has only rows in the column Pathways which has the starting string as its value…