Fastforest

extractSubsetFeaturesfromFile(fileName, featureList)[source]

This function takes a tab delimited file of features (colums) and samples (rows) as input and extracts a desired subset of features and their corresponding value for each sample.

INPUT fileName file name featureList list of features (must be overlapping with the feature

names given in the first row of the file)

OUTPUT an output file will be written containing only the subset - the data will be comma separated

Ines Thiele, July ‘22