View source: R/feature_counts.R
The input 'data.frame's should have columns including 'feature_id', 'length' and a set of file paths. The file path column contains the read count for a given feature in that sample. Returns a 'data.frame' with the count column for each sample juxtaposed and with 'feature_id' and 'length' columns.
1 | cbind_feature_counts(count_list, names_as_colnames = FALSE)
|
count_list |
A 'list' of 'data.frame's. Each 'data.frame' should have columns 'feature_id', 'length' and a final column that contains the read counts for some sample. |
names_as_colnames |
Boolean. If 'TRUE', the column IDs in the output 'data.frame' are taken from the 'list' names in 'count_list'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.