Search
 
SCRIPT & CODE EXAMPLE
 

R

r heatmap

library(ComplexHeatmap)
Heatmap(df, 
        name = "mtcars", #title of legend
        column_title = "Variables", row_title = "Samples",
        row_names_gp = gpar(fontsize = 7) # Text size for row names
        )
Comment

PREVIOUS NEXT
Code Example
R :: how to group by 2 variables in r 
R :: set row names in r 
R :: how to find the R packages and versions 
R :: write to csv in r 
R :: select columns in r 
R :: r - remove NA 
R :: r dictionary 
R :: how to convert matrix to numeric in r 
R :: correlation matrix in r 
R :: how to read in txt/csv files into r 
R :: calculating RMSE, Rsquared with caret in R 
R :: remove first and last character from string R 
R :: r matrix 
R :: table() in r 
R :: looping over R dictionary 
R :: make the first row as header in r 
R :: print percentage in r 
R :: read.table tab separator 
R :: rstudio 
R :: cbind vectors of different lengths r 
R :: dplyr to vector 
R :: dummify data in r 
R :: Print the names of all worksheets in r 
R :: emf from r plot 
Rust :: how to read from stdin rust 
Rust :: rust u32 to f64 
Rust :: rust javascript 
Rust :: rust•armanriazi•borrowchecker•lifetime 
Rust :: armanriazi•rust•error•[E0308]: mismatched types expected integer, found floating-point number 
Rust :: armanriazi•rust•unsafe•comparison•references•smartpointers•rawpointer 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =