Description Usage Arguments Examples
This function allows you to import a local dataset.
1 2 3 4 5 6 7 8 |
path |
Path to local dataset. |
log |
Whether or not to apply log(x+1) (optional). Default: FALSE |
sep |
Separator / delimiter character (optional). Default: TAB |
header |
Whether or not the file has a header (optional). Default: TRUE |
index |
Whether or not the file has an index column (optional). Default: FALSE |
transpose |
Whether or not to transpose the data matrix (optional). IMPORTANT NOTE: gnlearn works with cell x gene matrices. Default: FALSE |
1 | df <- import.dataset('mydataset.tsv')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.