compare_matrix_to_sample_metadata | R Documentation |
Checks sample names in matrix are present in SampleMetadata
object.
compare_matrix_to_sample_metadata(
data = NULL,
id_column = 1,
gene_column = NULL,
sample_columns = 3,
sample_metadata_object = NULL
)
data |
data frame of sample counts or log fold changes. |
id_column |
the index of column containing unique sgRNA identifiers. |
gene_column |
the index of column containing gene symbols. |
sample_columns |
indices of columns containing counts. |
sample_metadata_object |
SampleMetadata object |
logical.
SampleMetadata-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.