read_matrix | R Documentation |
Read an expression matrix file and match to specified samples and features
read_matrix(
matrix_file,
sample_metadata,
feature_metadata = NULL,
sep = NULL,
row.names = 1
)
matrix_file |
Matrix file |
sample_metadata |
Data frame of sample metadata |
feature_metadata |
Data fraome of feature metadata |
sep |
Sepaarator in matrix file |
row.names |
Matrix column number or name containing feature identifiers |
output Numeric matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.