Description Usage Arguments Examples
View source: R/databaseFileSize.R
The function compute the size of binding sites of each bed file in database and save the output(dataframe containing two columns:filename and binding size) into a ../database_dir_bindingsize.csv file
1 | databaseFileSize(database_dir = database_dir, output_path = output_path)
|
database_dir |
directory path including the name of the database folder |
output_path |
directory path of the output file, save the output dataframe to .csv file(naming: "database_dir"_bindingsize.csv) into the user provided "output_path" |
1 | databaseFileSize(database_dir="/dir/database_dir", output_path="output_path" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.