Description Usage Arguments Details Value See Also Examples
If other type than "default" is given and that type is not found,
it will return you default filepaths without warning.
1 |
df |
an ORFik |
type |
a character(default: "default"), load files in experiment or some precomputed variant, either "ofst", "bedo", "bedoc" or "pshifted". These are made with ORFik:::convertLibs() or shiftFootprintsByExperiment(). Can also be custom user made folders inside the experiments bam folder. |
basename |
logical, default (FALSE). Get relative paths instead of full. Only use for inspection! |
For pshifted libraries, it will load ".bedo" prioritized over ".bed", if there exists both file types for the same file.
a character vector of paths, or a list of character with 2 paths per, if paired libraries exists
Other ORFik_experiment:
ORFik.template.experiment()
,
bamVarName()
,
create.experiment()
,
experiment-class
,
libraryTypes()
,
organism.df()
,
outputLibs()
,
read.experiment()
,
save.experiment()
,
validateExperiments()
1 2 3 4 5 6 | df <- ORFik.template.experiment()
filepath(df, "default")
# If you have bedo files, see simpleLibs():
# filepath(df, "bedo")
# If you have pshifted files, see shiftFootprintsByExperiment():
# filepath(df, "pshifted")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.