View source: R/ch.getOverlapFile.r
ch.getOverlapFile | R Documentation |
A function to extract a subset of overlaps from a file
ch.getOverlapFile(
overlapFile = NULL,
itemFile = NULL,
outputFile = NULL,
itemColumn1 = "item1vector",
itemColumn2 = "item2vector"
)
overlapFile |
a tab delimited file of a full set of overlaps with all the items. |
itemFile |
a vector of items that you want to extract the overlaps for. |
outputFile |
the filename that you want the output written to. DEFAULT = NULL (no file written) |
itemColumn1 |
the name of the column that contains one set of item values in the overlap. DEFAULT = "item1vector" |
itemColumn2 |
the name of the column that contains the second set of item values in the overlap. DEFAULT = "item2vector" |
a dataframe with the overlaps statistics for the items in itemFile
ch.getOverlapFile (Overlaps.txt, items.txt,output.txt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.